mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-12 18:04:16 +01:00
Updated Procedural cosmetic filters (markdown)
parent
5c27483b3d
commit
2c704d06b8
1 changed files with 0 additions and 15 deletions
|
@ -51,21 +51,6 @@ The `:has(arg)` operator is actually a planned pseudo-class in CSS4, but as of w
|
|||
- `example.com##body > div:last-of-type span:has-text(/^Promoted by/i)`: starts with "Promoted by", ignore case
|
||||
- `example.com##body > div:last-of-type span:has-text(Promoted by)`: contains "Promoted by" at any position
|
||||
|
||||
***
|
||||
|
||||
### `subject:if(arg)`
|
||||
|
||||
**Do not use.**
|
||||
|
||||
Deprecated in favor of [`:has(...)`](#subjecthasarg) in uBO 1.15.0
|
||||
|
||||
***
|
||||
|
||||
### `subject:if-not(arg)`
|
||||
|
||||
**Do not use.**
|
||||
|
||||
Deprecated in favor of [`:not(:has(arg))`](#subjectnotarg) operator.
|
||||
|
||||
***
|
||||
|
||||
|
|
Loading…
Reference in a new issue