1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Add :upward(arg) to the list of procedural cosmetic filters

gwarser 2020-03-07 23:07:47 +01:00
parent 7b0e09b00a
commit 05bc7b92cf

@ -406,7 +406,7 @@ Related issue: [#803](https://github.com/uBlockOrigin/uBlock-issues/issues/803).
#### Procedural cosmetic filters
`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:watch-attr(...)`, `:xpath(...)`.
`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`.
See [detailed documentation](./Procedural-cosmetic-filters).