mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 15:33:38 +01:00
Updated Filter syntax extensions (markdown)
parent
a1704ca0c3
commit
ad7507bf3b
@ -10,14 +10,17 @@
|
|||||||
|
|
||||||
#### Network filters
|
#### Network filters
|
||||||
|
|
||||||
**The `important` network filter option:** The important filter option, `important`, means to ignore all _exception_ filters (those prefixed with `@@`).
|
`important`:
|
||||||
|
|
||||||
|
The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`).
|
||||||
|
|
||||||
It applies only to net _block_ filters. The `important` option will allow you to block with 100% certainty specific net requests.
|
It applies only to net _block_ filters. The `important` option will allow you to block with 100% certainty specific net requests.
|
||||||
|
|
||||||
Example: `||google-analytics.com^$important,third-party` will block all net requests to `google-analytics.com`, disregarding any existing network _exception_ filters. Another example: `||twitter.com^$important,third-party`. Etc.
|
Example: `||google-analytics.com^$important,third-party` will block all net requests to `google-analytics.com`, disregarding any existing network _exception_ filters. Another example: `||twitter.com^$important,third-party`. Etc.
|
||||||
|
|
||||||
**The `inline-script` network filter option:** To specifically disable inline script tags in a main
|
`inline-script`:
|
||||||
page: `||example.com^$inline-script`.
|
|
||||||
|
To specifically disable inline script tags in a main page: `||example.com^$inline-script`.
|
||||||
|
|
||||||
#### Cosmetic filters
|
#### Cosmetic filters
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user