Updated Inline script tag filtering (markdown)

Raymond Hill 2015-09-30 16:11:26 -04:00
parent d2ca5a30de
commit 086d679a0a

@ -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 (`/.../`). A script tag cosmetic filter will prevent the execution of whatever javascript inside a **specific** script tag when there is a match.
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, i.e. when the plain text or the regular expression is found inside the script tag.
***