mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Procedural cosmetic filters (markdown)
parent
1d22de9bab
commit
79158d6fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -39,4 +39,4 @@ The purpose of `:if(...)` resembles the purpose of the `:has(...)` operator, how
|
|||
|
||||
### `subject:if-not(arg)`
|
||||
|
||||
Essentially the same as the `:if(...)` operator, except that the element _subject_ is selected if the result of evaluating _arg_ is zero elements.
|
||||
Essentially the same as the `:if(...)` operator, except that the element _subject_ is selected if and only if the result of evaluating _arg_ is exactly zero elements.
|
||||
|
|
|
|||
Loading…
Reference in a new issue