Update image, mind cosmetic filtering

gwarser 2018-06-23 13:42:05 +02:00
parent 8de13b5f1c
commit 60c3ded29d

@ -8,8 +8,10 @@ I wasn't really planning to provide this functionality as I fail to see why it s
In any case, the ability to "disable" uBlock everywhere is now available, as a side effect of the ability to create a global `allow` rule for all network requests:
![Allow everything everywhere](https://cloud.githubusercontent.com/assets/6733770/7446377/d03b1ab4-f1ac-11e4-9a86-455a34bfca95.png)
![Allow everything everywhere](https://vgy.me/5eUSeO.png)
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](https://github.com/gorhill/uBlock/wiki/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.
Keep in mind:
- [dynamic rule precedence logic](https://github.com/gorhill/uBlock/wiki/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](https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-cosmetic-filtering).