diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index cd7dabf..dbf9e7e 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -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)`