From 2f718c1fa9497b450ef26fd90f481ad631f1dcb6 Mon Sep 17 00:00:00 2001 From: Saitama Date: Sun, 1 Jul 2018 21:21:27 +0530 Subject: [PATCH] Updated Procedural cosmetic filters (markdown) --- Procedural-cosmetic-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procedural-cosmetic-filters.md b/Procedural-cosmetic-filters.md index abbc4f4..a678bc7 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -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)`