mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
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.
|
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`:
|
`important`:
|
||||||
|
|
||||||
The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`).
|
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`.
|
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
|
#### Cosmetic filters
|
||||||
|
|
||||||
**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_.
|
**Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_.
|
||||||
|
Loading…
Reference in New Issue
Block a user