mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 15:33:38 +01:00
Updated Filter syntax extensions (markdown)
parent
1b426065d6
commit
ca540e8fd9
@ -2,7 +2,7 @@ uBlock supports most of [Adblock Plus filter syntax](https://adblockplus.org/en/
|
|||||||
|
|
||||||
### Not supported
|
### Not supported
|
||||||
|
|
||||||
`document`:
|
`document` for exception filters (those prefixed with `@@`):
|
||||||
|
|
||||||
Not supported. The purpose of the `document` option is to disable uBlock completely. The reason it is not supported is to be sure that users explicitly disable uBlock themselves if they wish (through [whitelisting](https://github.com/gorhill/uBlock/wiki/How-to-whitelist-a-web-site)), not having some external filter list decide for them.
|
Not supported. The purpose of the `document` option is to disable uBlock completely. The reason it is not supported is to be sure that users explicitly disable uBlock themselves if they wish (through [whitelisting](https://github.com/gorhill/uBlock/wiki/How-to-whitelist-a-web-site)), not having some external filter list decide for them.
|
||||||
|
|
||||||
@ -12,6 +12,10 @@ uBlock extends Adblock Plus filter syntax.
|
|||||||
|
|
||||||
#### Network filters
|
#### Network filters
|
||||||
|
|
||||||
|
`document` for block filters:
|
||||||
|
|
||||||
|
This will cause web pages which match the filter to be subjected to strict blocking.
|
||||||
|
|
||||||
`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 `@@`).
|
||||||
|
Loading…
Reference in New Issue
Block a user