1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Updated Filter syntax extensions (markdown)

Raymond Hill 2015-07-25 10:02:40 -04:00
parent bcd1a52809
commit 28ba195d1c

@ -16,9 +16,9 @@ uBlock extends Adblock Plus filter syntax.
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 `@@`).
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 network _block_ filters. The `important` option will allow you to block with 100% certainty specific network 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 network requests to `google-analytics.com`, disregarding any existing network _exception_ filters. Another example: `||twitter.com^$important,third-party`. Etc.
`inline-script`: `inline-script`: