From cb7ae9670e11cbb865e1c52d094c63b7ee98b012 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 7 Jan 2023 09:39:14 -0500 Subject: [PATCH] Avoid examples of watch-attr() usage without explanation, there is already a see-also note, this is sufficient --- Static-filter-syntax.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 67f9d95..9922aa0 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -886,7 +886,6 @@ Styling filters frequently get used to foil anti-blocker mechanisms on web pages - `magesy.*,majesy.*##[oncontextmenu]:remove-attr(oncontextmenu)` - `zerodot1.gitlab.io##selector:remove-attr(/oncontextmenu|onselectstart|ondragstart/)` - `zerodot1.gitlab.io##selector:remove-attr(/^on[a-z]+/)` - - `example.com##.j-mini-player[class]:watch-attr():remove-attr(class)` - `danskebank.fi##html[cookie-consent-banner-open]:remove-class(cookie-consent-banner-open)` New in uBO [1.45.3b13](https://github.com/gorhill/uBlock/commit/992255e9937f81b5dd58524caa2ceeaeb29efb14).