mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
matches-path()
parent
5a2faf077b
commit
082ccb59ce
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,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)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`.
|
||||
`:has(...)`, `:has-text(...)`, `:if(...)`, `:if-not(...)`, `:matches-css(...)`, `:matches-css-before(...)`, `:matches-css-after(...)`, `:matches-path(...)`, `:min-text-length(n)`, `:not(...)`, `:nth-ancestor(n)`, `:upward(arg)`, `:watch-attr(...)`, `:xpath(...)`.
|
||||
|
||||
See [detailed documentation](./Procedural-cosmetic-filters).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue