From 2fae5ce23ab29698be0971158cf749343b4c5468 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 21 Mar 2015 09:03:17 -0400 Subject: [PATCH] =?UTF-8?q?Updated=20Dynamic=20filtering:=20turn=20off=20?= =?UTF-8?q?=C2=B5Block=20everywhere=20except=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ring:-turn-off-µBlock-everywhere-except.md | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Dynamic-filtering:-turn-off-µBlock-everywhere-except.md b/Dynamic-filtering:-turn-off-µBlock-everywhere-except.md index f274a84..7032292 100644 --- a/Dynamic-filtering:-turn-off-µBlock-everywhere-except.md +++ b/Dynamic-filtering:-turn-off-µBlock-everywhere-except.md @@ -2,6 +2,26 @@ *** -Usage: +How to achieve "blacklist mode", these are the steps: -[I need to move the example here] \ No newline at end of file +- global allow `all` cell + - "global" = 1st column + - "allow" = green + +![c](https://cloud.githubusercontent.com/assets/585534/6042159/8a1df142-ac50-11e4-8129-6edbb664d801.png) + +Nothing will be blocked, static filtering is completely bypassed: "green" means "allow unconditionally". + +To "blacklist" 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). + +![a](https://cloud.githubusercontent.com/assets/585534/6042165/8f6bd6d2-ac50-11e4-8551-c2a17c05d917.png) + +Dynamic filtering disengaged for current site: "gray" means disengage dynamic filtering, but apply static filtering. + +In the screenshots above, 3rd-party frames are blocked to remind this is a good habit in general, and to illustrate that narrower dynamic rules prevails over more generic ones. \ No newline at end of file