mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add :not() to the list of procedural filters
parent
5a60476394
commit
1ba83bf2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue