From 4a720320613905fcedbe7d7d5c3dbf2ca03f5f8f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 28 Dec 2017 08:05:28 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index c0b1482..9b6664e 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -154,9 +154,7 @@ The purpose of HTML filters is to remove elements from a document _before_ it is Currently only supported on Firefox 57+. -With the introduction of HTML filtering, the `script:contains(...)` is now deprecated and internally converted into an equivalent `##^script:has-text(...)` HTML filter. The result is essentially the same: to prevent the execution of specific inline script tags in a main HTML document. - -See [_"Inline script tag filtering"_](https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering) for further documentation. +With the introduction of HTML filtering, the `script:contains(...)` is now deprecated and internally converted into an equivalent `##^script:has-text(...)` HTML filter. The result is essentially the same: to prevent the execution of specific inline script tags in a main HTML document. See [_"Inline script tag filtering"_](https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering) for further documentation. ### Scriptlet injection