diff --git a/Dynamic-filtering:-turn-off-uBlock-everywhere.md b/Dynamic-filtering:-turn-off-uBlock-everywhere.md deleted file mode 100644 index a750491..0000000 --- a/Dynamic-filtering:-turn-off-uBlock-everywhere.md +++ /dev/null @@ -1,18 +0,0 @@ -[Back to _Dynamic-filtering_](./Dynamic-filtering) - -*** - -The ability to turned off uBlock everywhere has been requested many times: [#40](https://github.com/gorhill/uBlock/issues/40), [#403](https://github.com/gorhill/uBlock/issues/403). - -I wasn't really planning to provide this functionality as I fail to see why it should be implemented in uBlock when the browsers themselves offer this ability through the disabling of extensions. - -In any case, the ability to "disable" uBlock everywhere is now available [for Advanced users](./Advanced-user-features), as a side effect of the ability to create a global `allow` rule for all network requests: - -![Allow everything everywhere](https://user-images.githubusercontent.com/886325/88308862-da5cb880-cd0d-11ea-9d74-df2ca8cc2ecf.png) -
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. - -Though it's more _"allow everything from everywhere"_, it's as good as _"globally turn off uBlock"_. You can revert it by clicking on the eraser button. - -Keep in mind: - - [dynamic rule precedence logic](./Dynamic-filtering:-precedence), which means that the above will work as expected as long as you do not have existing higher precedence rules which override with the global _allow-all_ rule. - - cosmetic filtering will still apply, so you may also want to [disable cosmetic filtering everywhere by default](./Per-site-switches#no-cosmetic-filtering).