Procedural cosmetic filters

Back

Filters

Tests

#pcf #a1 .fail:has(b)
#pcf #a2 .fail:has(> a > b)
#pcf #a3 .fail:has(+ a > b)
#pcf #a4 .fail:has(:scope + a > b)
#pcf #a5 .fail:has(:is(.pass a > b))
#pcf #a6 .fail:not(:has(c))
#pcf #a7 .fail:has-text(needle)
#pcf #a8 .fail:has-text(/NEEDLE/i)
#pcf #a9 .fail:not(:has-text(haystack))
#pcf #a10 .fail:matches-css(position: absolute)
#pcf #a11 .fail:has(a:matches-css-before(opacity: 0))
#pcf #a12 .fail:has(b:matches-css-after(opacity: 0))
#pcf #a13 .fail > a > b:nth-ancestor(2)
#pcf #a14:xpath(.//b/../..)
#pcf #a15 .fail:min-text-length(300)
#pcf #a16 .pass > a:has(b) + .fail
#pcf #a17 .pass > a:has(b) + .fail:has(b)
#pcf #a18 .pass:watch-attr(class) > .fail:has(b.notok)
#pcf #a19 .fail:has(+ a)
#pcf #a20 .fail:has(~ a:has(b))
#pcf #a21 .fail:remove()
#pcf #a22 b:upward(2)
#pcf #a23 b:upward(.fail)
#pcf #a24 b:upward(.fail):style(visibility: hidden !important)