From 60c3ded29d7d31c0af99bf50656b5ec6065d4098 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 23 Jun 2018 13:42:05 +0200 Subject: [PATCH] Update image, mind cosmetic filtering --- Dynamic-filtering:-turn-off-uBlock-everywhere.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dynamic-filtering:-turn-off-uBlock-everywhere.md b/Dynamic-filtering:-turn-off-uBlock-everywhere.md index 489c426..79eed18 100644 --- a/Dynamic-filtering:-turn-off-uBlock-everywhere.md +++ b/Dynamic-filtering:-turn-off-uBlock-everywhere.md @@ -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. \ No newline at end of file +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). \ No newline at end of file