1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 23:42:39 +01:00

Not "only" - can be excepted by blocking filter

gwarser 2021-12-11 19:45:18 +01:00
parent ce842c4892
commit a09da1a49d

@ -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). 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. 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`. 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`. 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`. 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) 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`. Specific cosmetic filters, are filters which apply only to pages in domains specified in filter - `example.com##.ad-class`.