From 28ba195d1cc3349911c6c49fc3547d6373dc9e60 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 25 Jul 2015 10:02:40 -0400 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index b5c831e..9604ad4 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -16,9 +16,9 @@ uBlock extends Adblock Plus filter syntax. 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`: