From 9df2db73ed6626709069832567932e9a7d749125 Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 14 Nov 2019 23:18:33 +0100 Subject: [PATCH] Add elemhide/generichide/specifichide with aliases --- Static-filter-syntax.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index b547327..e3f6141 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -194,6 +194,14 @@ For _block_ filters only. This is _type_ option (like `image` or `script`) which See also: [`all`](#all) +#### `elemhide` + +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. + #### `empty` New in [1.21.7b7](https://github.com/gorhill/uBlock/commit/3e5c9e00ab3603ae0c02e08b007b084404bbb71d). @@ -212,6 +220,14 @@ Equivalent to `~third-party` [option](https://adblockplus.org/filters#options). Equivalent to `subdocument` [option](https://adblockplus.org/filters#options). For convenience. +#### `generichide` + +Alias: `ghide`. + +Option for exception filters only. Turns off _generic_ cosmetic filtering on matching pages. + +Generic cosmetic filters, are hiding filters which apply to all pages - `##.ad-class`. + #### `important` The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`). @@ -273,6 +289,16 @@ The above filter will result in a block filter `||example.com/ads.js$script` **a The above filter will not cause a block filter to be created, only a redirect directive will be created. Standalone redirect directives are useful when the blocking of a resource is optional but we still want the resource to be redirected should it ever be blocked by whatever mean - whether through a separate block filter, a dynamic filtering rule, etc. +#### `specifichide` + +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. + +Specific cosmetic filters, are filters which apply only to pages in domains specified in filter - `example.com##.ad-class`. + #### `xhr` Equivalent to `xmlhttprequest` [option](https://adblockplus.org/filters#options). For convenience.