From 7c9cc446dd14fe07630c4e246f1fa42c371db9fd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Oct 2020 14:00:08 -0400 Subject: [PATCH] The explanation was fine -- too many clarifications like this ends up making the doc more confusing IMO. When more is read into the documentation that what is *literally* stated is not a documentation issue. --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 186a5f2..6b0074f 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -383,7 +383,7 @@ Generic cosmetic filters, are hiding filters which apply to all pages - `##.ad-c The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`). It will allow you to block specific network requests with 100% certainty. -**It applies only to network _block_ filters** (specifically to the blocking part of the filter). It does not make a filter more _important_ in any other way and does not override any other filter options (including negated domains in `domain` option). +**It applies only to network _block_ filters** 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.