mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Inline script tag filtering (markdown)
parent
26113f7d9e
commit
d2ca5a30de
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
***
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue