mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-25 16:31:15 +01:00
Updated 3.3 uBlock Origin (markdown)
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.
|
||||
```
|
||||
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user