mirror of https://github.com/gorhill/uBlock.git
Updated Filter syntax extensions (markdown)
parent
ca540e8fd9
commit
63a8e37358
|
@ -16,6 +16,10 @@ uBlock extends Adblock Plus filter syntax.
|
|||
|
||||
This will cause web pages which match the filter to be subjected to strict blocking.
|
||||
|
||||
`first-party`:
|
||||
|
||||
This is equivalent to `~third-party`. Provided strictly for convenience (0.9.9.0).
|
||||
|
||||
`important`:
|
||||
|
||||
The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`).
|
||||
|
@ -28,10 +32,6 @@ Example: `||google-analytics.com^$important,third-party` will block all network
|
|||
|
||||
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 New Issue