mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Destroyed Dynamic filtering: turn off uBlock everywhere except (markdown)
parent
b29c7f9b99
commit
01b9fc3ac0
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +0,0 @@
|
|||
[Back to "Dynamic-filtering"](./Dynamic-filtering)
|
||||
|
||||
***
|
||||
|
||||
"Blocklist mode" can be achieved in UBO [Advanced users](./Advanced-user-features) mode in following way:
|
||||
|
||||
- global allow `all` cell
|
||||
- "global" = 1st column
|
||||
- "allow" = green
|
||||
|
||||

|
||||
<br>After changes to [1.28.0](https://github.com/gorhill/uBlock/releases/tag/1.28.0) access to _allow_ rules is limited. Read [release notes](https://github.com/gorhill/uBlock/releases/tag/1.28.0) to learn how to make it available.
|
||||
|
||||
Nothing will be blocked, static filtering is completely bypassed: "green" means "allow unconditionally".
|
||||
|
||||
To "blocklist" a specific site:
|
||||
|
||||
- local noop `all` cell
|
||||
- "local" = 2nd column
|
||||
- "noop" = dark gray
|
||||
|
||||
This will cause the current site to become subjected to static filtering (EasyList, EasyPrivacy etc, i.e. whatever filter lists is in effect).
|
||||
|
||||

|
||||
|
||||
Dynamic filtering disengaged for current site: "gray" means disengage dynamic filtering, but apply static filtering.
|
||||
|
||||
Keep in mind cosmetic filtering will still apply, so you may also want to [disable cosmetic filtering everywhere by default](./Per-site-switches#no-cosmetic-filtering).
|
||||
|
||||
In the screenshots above, 3rd-party frames are blocked to remind this is [a good habit in general](./Dynamic-filtering:-Benefits-of-blocking-3rd-party-iframe-tags), and to illustrate that narrower dynamic rules prevails over more generic ones.
|
||||
Loading…
Reference in a new issue