From d2ca5a30def0d49a865c10da93dd262ff2928ef3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 30 Sep 2015 16:09:43 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index ba4e62d..529af83 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -7,7 +7,7 @@ uBlock Origin 1.2.0 introduces a new way to block **specific** inline script tag example.com##script:contains(...) -Where the value inside the parenthesis in `contains(...)` can be a plain string or a literal javascript regular expression (`/.../`). +Where the value inside the parenthesis in `contains(...)` can be a plain string or a literal javascript regular expression (`/.../`). A script tag cosmetic filter will prevent the execution of whatever javascript inside a **specific** script tag when there is a match. ***