1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Updated Procedural cosmetic filters (markdown)

Raymond Hill 2022-09-11 14:25:06 -04:00
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)`: 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.
***