From 5de5170026e51deb05fe0dc1b5bf5ddda2a21aa2 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 18 Aug 2017 12:47:35 +1200 Subject: [PATCH] Updated 3.3 uBlock Origin (markdown) --- 3.3-uBlock-Origin.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/3.3-uBlock-Origin.md b/3.3-uBlock-Origin.md index e4916eb..a99c93f 100644 --- a/3.3-uBlock-Origin.md +++ b/3.3-uBlock-Origin.md @@ -1,5 +1,6 @@ -Best practice is to default deny-all, then whitelist. Your rules are kept in the dashboard. Here are some good global rules to consider +Best practice is to default deny-all, then whitelist. +### :small_orange_diamond: Rules - Kill all remote fonts. This is the bottom right panel option (the symbol is an A). Now any site you REALLY need to see the icons (it's usually pretty clear without them), you can set an exception. ``` @@ -11,4 +12,15 @@ no-remote-fonts: * true * * 3p block * * 3p-frame block * * 3p-script block +``` + +### :small_orange_diamond: Filters + +- tracking images on startpage and ixquick +``` +! tracking images on startpage and ixquick +||/do/avtc?$image,important,domain=ixquick.com|ixquick.eu|startpage.com +||/do/showimage?$image,important,domain=ixquick.com|ixquick.eu|startpage.com +||/english/web/$image,important,domain=ixquick.com|ixquick.eu|startpage.com +||/tix2/$image,important,domain=ixquick.com|ixquick.eu|startpage.com ``` \ No newline at end of file