Skip to content

1.19.0

Compare
Choose a tag to compare
@gorhill gorhill released this 10 May 21:34
5c85c3a

Commits to master since this release

To install the stable build:


New

New cosmetic procedural operator: :nth-ancestor(x), where x is the distance from the currently selected node. It is effectively a low-overhead equivalent to :xpath(..[/..]*). Using an existing filter as an example:

fastbay.org##.detLink:has-text(VPN):xpath(../../..)

Could be rewritten with the new operator:

fastbay.org##.detLink:has-text(VPN):nth-ancestor(3)

The new operator has a lower overhead as it avoids the need to create and execute XPath expressions.

Closed as fixed

Chromium

Firefox

Core

Commits with no entry in issue tracker