mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 04:47:21 +02:00
Compare commits
3 Commits
5362bcda28
...
2e4514c1ad
Author | SHA1 | Date | |
---|---|---|---|
2e4514c1ad | |||
8e2e12ca3d | |||
94dea43620 |
@ -1,2 +1,2 @@
|
|||||||
# https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
# https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
||||||
/detect-missing-adblocker@*.js*
|
#/detect-missing-adblocker@*.js*
|
||||||
|
1
web-browsers/.gitignore
vendored
1
web-browsers/.gitignore
vendored
@ -2,3 +2,4 @@ chromium
|
|||||||
firefox
|
firefox
|
||||||
init-browser-policies.bash
|
init-browser-policies.bash
|
||||||
blocklist.txt
|
blocklist.txt
|
||||||
|
blocklist2.txt
|
||||||
|
1
web-browsers/blocklist2.txt
Symbolic link
1
web-browsers/blocklist2.txt
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../DNS/blocklist2.txt
|
34
web-browsers/ublock-origin.md
Normal file
34
web-browsers/ublock-origin.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
```json
|
||||||
|
"filterLists": [
|
||||||
|
"user-filters",
|
||||||
|
"ublock-filters",
|
||||||
|
"ublock-badware",
|
||||||
|
"ublock-privacy",
|
||||||
|
"ublock-abuse",
|
||||||
|
"ublock-unbreak",
|
||||||
|
"easylist",
|
||||||
|
"easyprivacy",
|
||||||
|
"urlhaus-1",
|
||||||
|
"plowe-0",
|
||||||
|
"https://www.eff.org/files/effdntlist.txt",
|
||||||
|
"https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/DNS/blocklist.txt",
|
||||||
|
"FIN-0",
|
||||||
|
"https://big.oisd.nl",
|
||||||
|
"fanboy-cookiemonster",
|
||||||
|
"ublock-cookies-easylist",
|
||||||
|
"adguard-cookies",
|
||||||
|
"ublock-cookies-adguard",
|
||||||
|
"ublock-quick-fixes",
|
||||||
|
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||||
|
"https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/MiniLists/cpbl-abp-mini.txt",
|
||||||
|
"https://raw.githubusercontent.com/tiuxo/hosts/master/ads",
|
||||||
|
"https://badmojr.gitlab.io/1hosts/Lite/adblock.txt",
|
||||||
|
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||||
|
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||||
|
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||||
|
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts",
|
||||||
|
"curben-phishing"
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
Defaults end to eff.org dnt allowlist
|
Loading…
x
Reference in New Issue
Block a user