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

Add :not() to the list of procedural filters

gwarser 2019-01-13 20:57:07 +01:00
parent 5a60476394
commit 1ba83bf2f1

@ -200,7 +200,7 @@ Since the base domain name is used to derive the name of the "entity", `google.e
#### Procedural cosmetic filters
`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:xpath(...)`.
`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:not(...)`, `:xpath(...)`.
See [detailed documentation](https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters).