mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Filter syntax extensions (markdown)
parent
1f34948688
commit
97cff49bb8
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ Example: `||google-analytics.com^$important,third-party` will block all net requ
|
|||
|
||||
To specifically disable inline script tags in a main page: `||example.com^$inline-script`.
|
||||
|
||||
`first-party`:
|
||||
|
||||
This is equivalent to `~third-party`. Provided strictly for convenience (0.9.9.0).
|
||||
|
||||
#### Cosmetic filters
|
||||
|
||||
**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_.
|
||||
|
|
|
|||
Loading…
Reference in a new issue