mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Static filter syntax (markdown)
parent
a1b00b7638
commit
e81bfb196a
1 changed files with 5 additions and 1 deletions
|
|
@ -56,4 +56,8 @@ An _entity_ is defined as follow: a formal domain name with the Public Suffix pa
|
|||
|
||||
Examples: `google.*` will apply to all similar Google domain names: `google.com`, `google.com.br`, `google.ca`, `google.co.uk`, etc. Another example: `facebook.*` will apply to all similar Facebook domain names: `facebook.com`, `facebook.net`.
|
||||
|
||||
Since the base domain name is used to derive the name of the "entity", `google.evil.biz` would **not** match `google.*`.
|
||||
Since the base domain name is used to derive the name of the "entity", `google.evil.biz` would **not** match `google.*`.
|
||||
|
||||
`script:contains(...)`:
|
||||
|
||||
uBlock Origin supports a special cosmetic filter which purpose is to prevent the execution of specific inline script tag in a main HTML document. See [_"Inline script tag filtering"_](https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering) for further documentation.
|
||||
Loading…
Reference in a new issue