From 9ee96584d7ac823251a8e24c6fdfc97da17df0e4 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 20 Apr 2019 23:59:08 +0200 Subject: [PATCH] Wrong watch-attrs example --- 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 223e9d4..753e6b6 100644 --- a/Procedural-cosmetic-filters.md +++ b/Procedural-cosmetic-filters.md @@ -105,7 +105,7 @@ By default hiding by procedural filters is reevaluated only when nodes in sub-tr Example: -- `vivrehome.pl##.js-popup-register:has(.js-title-default.is-hidden:watch-attributes(class))` blocks the "Register" overlay when first visiting the site, but yet allow the "Register" overlay when clicking "rejestracja". +- `www.vivrehome.pl##.js-popup-register:not([style]):watch-attrs(style):has(.js-title-default.is-hidden:watch-attrs(class))` blocks the "Register" overlay when first visiting the site, but yet allow the "Register" overlay when clicking "rejestracja". - `ameshkov.github.io###testdiv:watch-attrs(id):has(p)` demo, detects `id` changes.