From a09da1a49d6fb23038482f3ae0396c61e6c34d5f Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 11 Dec 2021 19:45:18 +0100 Subject: [PATCH] Not "only" - can be excepted by blocking filter --- Static-filter-syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 3bc0e25..fbfdbea 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -244,7 +244,7 @@ Equivalent to `stylesheet` [option](https://adblockplus.org/filters#options). Fo New in [1.26.0](https://github.com/gorhill/uBlock/commit/c3bc2c741d61db3e99b313835c2ae34a4a008359). -Option for exception filters only. Bypass blocking CNAME uncloaked requests for the current (specified) document. +Option for exception filters. Bypass blocking CNAME uncloaked requests for the current (specified) document. By default, network requests which are result of resolving a [canonical name](https://en.wikipedia.org/wiki/CNAME_record) are subject to filtering. This filtering can be bypassed by creating exception filters using the `cname` option. @@ -320,7 +320,7 @@ Alias: `ehide`. Before uBO [1.23.0](https://github.com/gorhill/uBlock/commit/23c4c80136ba4974a6444488ef8162ba75b0cb84) option was translated internally to `generichide`. -Option for exception filters only. Turns off all cosmetic filtering on matching pages. +Option for exception filters. Turns off all cosmetic filtering on matching pages. *** @@ -340,7 +340,7 @@ Equivalent to `subdocument` [option](https://adblockplus.org/filters#options). F Alias: `ghide`. -Option for exception filters only. Turns off _generic_ cosmetic filtering on matching pages. +Option for exception filters. Turns off _generic_ cosmetic filtering on matching pages. Generic cosmetic filters, are hiding filters which apply to all pages - `##.ad-class`. @@ -436,7 +436,7 @@ Alias: `shide`. New in uBO [1.23.0](https://github.com/gorhill/uBlock/commit/23c4c80136ba4974a6444488ef8162ba75b0cb84) -Option for exception filters only. Turns off _specific_ cosmetic filtering on matching pages. +Option for exception filters. Turns off _specific_ cosmetic filtering on matching pages. Specific cosmetic filters, are filters which apply only to pages in domains specified in filter - `example.com##.ad-class`.