Updated Procedural cosmetic filters (markdown)

Saitama 2018-07-01 18:30:54 +05:30
parent 00e707f694
commit d1ba03c3a7

@ -36,6 +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)`
### `subject:if(arg)`