From d1ba03c3a7e4da00bbd7b9662ff53445f28e37cb Mon Sep 17 00:00:00 2001 From: Saitama Date: Sun, 1 Jul 2018 18:30:54 +0530 Subject: [PATCH] Updated Procedural cosmetic filters (markdown) --- Procedural-cosmetic-filters.md | 1 + 1 file changed, 1 insertion(+) 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)`