From a3f488bb37f0403c0e3e50293f341345b37dea02 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Oct 2020 14:00:52 -0400 Subject: [PATCH] One example is sufficient --- 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 6b0074f..0ed3138 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -385,7 +385,7 @@ The filter option `important` means to ignore all _exception_ filters (those pre **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. +Example: `||google-analytics.com^$important,third-party` will block all network requests to `google-analytics.com`, disregarding any existing network _exception_ filters. ***