1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Filter syntax extensions (markdown)

Raymond Hill 2015-09-06 12:18:38 -04:00
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_.