From 49397e9ec75c1f667fdce5d338c4c78626f21c1e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 15 Jul 2014 18:41:16 -0700 Subject: [PATCH] Updated Tricks and tips (markdown) --- Tricks-and-tips.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tricks-and-tips.md b/Tricks-and-tips.md index 753dc60..b37116f 100644 --- a/Tricks-and-tips.md +++ b/Tricks-and-tips.md @@ -17,3 +17,5 @@ I really thought _EasyPrivacy_ was blocking completely Google Analytics. How man Once you disabled the other blocker, µBlock will take over the whole responsibility to block all you want: ![Did not block](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/tips-n-tricks-002.png) + +Note that using µBlock as a tool to find out what other blockers **do not** block works as long as the other blockers completely rely on `chrome.webRequest.onBeforeRequest` to do their job, and not on `chrome.webRequest.onBeforeSendHeaders`. \ No newline at end of file