Updated 3.3 uBlock Origin (markdown)

Thorin-Oakenpants 2017-08-18 12:47:35 +12:00
parent a6f0371d51
commit 5de5170026

@ -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.
```
@ -12,3 +13,14 @@ no-remote-fonts: * true
* * 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
```