1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 19:52:51 +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:
- `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)`
- `example.com##body > div:last-of-type span:has-text(Promoted by)`
### `subject:if(arg)`