1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

Updated Procedural cosmetic filters (markdown)

Saitama 2018-07-01 21:21:27 +05:30
parent c126354ea6
commit 2f718c1fa9

@ -36,7 +36,7 @@ The `:has(arg)` operator is actually a planned pseudo-class in CSS4, but as of w
- Examples: - Examples:
- `example.com##body > div:last-of-type span:has-text(/^Promoted by/)` - `example.com##body > div:last-of-type span:has-text(/^Promoted by/)`
- `example.com##body > div:last-of-type span:has-text(/^Promoted by/i)` - `example.com##body > div:last-of-type span:has-text(/^Promoted by/i)`
- `example.com##body > div:last-of-type span:has-text(Promoted)` - `example.com##body > div:last-of-type span:has-text(Promoted by)`
### `subject:if(arg)` ### `subject:if(arg)`