From 2c93e2f5df6f37440d3aeb82b001ecf2b58537ec Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 25 Sep 2014 06:35:13 -0700 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index 6fcd72d..344c33f 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -9,7 +9,7 @@ µBlock extends Adblock Plus filter syntax. #### Network filters -**The `important` network filter option:** The important filter option, `important`, means to ignore all _exception_ filters. 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. +**The `important` network filter option:** The important 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. 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 page: `||example.com^$inline-script`.