From 7ed20287365dc08e56843081cd2709394ff5a5b9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 15 Oct 2015 13:02:30 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index 3a851bf..d0923c3 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -101,6 +101,8 @@ With an appropriate inline script tag filter:
The _uBlock filters_ list, which is selected by default, already contains a couple of inline script tag filters to take care of some of these annoyances. +*** + #### Why is the new inline script tag filter a cosmetic one? Because blocking inline script tags are 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.