Procedural cosmetic filters

Back

Filters

Tests

#pcf #a1 .fail:has(b)
#pcf #a2 .fail:has(> a > b)
#pcf #a3 .fail:not(:has(c))
#pcf #a4 .fail:has-text(needle)
#pcf #a5 .fail:has-text(/NEEDLE/i)
#pcf #a6 .fail:not(:has-text(haystack))
#pcf #a7 .fail:matches-css(position: absolute)
#pcf #a8 .fail:has(a:matches-css-before(opacity: 0))
#pcf #a9 .fail:has(b:matches-css-after(opacity: 0))
#pcf #a10 .fail > a > b:nth-ancestor(2)
#pcf #a11:xpath(.//b/../..)
#pcf #a12 .fail:min-text-length(300)