mirror of https://github.com/gorhill/uBlock.git
Updated Procedural cosmetic filters (markdown)
parent
5c27483b3d
commit
2c704d06b8
|
@ -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/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
|
- `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 New Issue