From fdca0c88de64ef7a124a921aba2e6ec11edff145 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 6 Oct 2015 09:10:10 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index 2b55dc3..cf3d054 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -56,6 +56,15 @@ Wholesale blocking of inline script tags does prevent the self-defacing, but pos www.focus.de##script:contains(uabInject) +#### Concrete examples of usefulness + +Try without, then with the respective inline script tag filter: + +- => `dayt.se##script:contains(adBlockDetected)` (see ["Blocking FuckAdblock"](https://adblockplus.org/forum/viewtopic.php?f=2&t=40895)) +- => `explosm.net##script:contains(/^__durl=/)` +- => `focus.de.de##script:contains(uabInject)` +- => `rp-online.de##script:contains(uabInject)` + #### Why is the new inline script tag filter a cosmetic one? Because blocking inline script tags is conceptually closer to cosmetic filtering than network filtering: inline script tags are embedded in a web page, so if the web page is downloaded, the inline script tags are downloaded -- there is no way around this.