From e33bf4a2cdfc0078b0ff5f1820fa6080ce363344 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 25 Sep 2014 06:32:24 -0700 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index 6f1d33f..a54bd43 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -10,4 +10,5 @@ **The `important` network filter option:** The important filter option, `important`, means to ignore all _allow_ 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 `inline-script` network filter option:** To specifically disable inline script tags in a main page. \ No newline at end of file +**The `inline-script` network filter option:** To specifically disable inline script tags in a main +page: `||example.com^$inline-script`. \ No newline at end of file