mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
20 lines
1.2 KiB
Python
20 lines
1.2 KiB
Python
host = c.content.blocking.hosts.lists.append
|
|
host("https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt")
|
|
host("https://github.com/jmdugan/blocklists/raw/master/corporations/twitter/all")
|
|
host("https://github.com/jmdugan/blocklists/raw/master/corporations/microsoft/all")
|
|
host("https://github.com/jmdugan/blocklists/raw/master/corporations/facebook/all")
|
|
|
|
abp = c.content.blocking.adblock.lists.append
|
|
abp("https://fanboy.co.nz/r/fanboy-ultimate.txt")
|
|
abp("https://fanboy.co.nz/fanboy-antifacebook.txt")
|
|
abp("https://secure.fanboy.co.nz/fanboy-annoyance.txt")
|
|
abp("https://secure.fanboy.co.nz/fanboy-cookiemonster.txt")
|
|
abp("https://easylist-downloads.adblockplus.org/antiadblockfilters.txt")
|
|
abp("https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt")
|
|
|
|
abp("https://github.com/brave/adblock-lists/raw/master/brave-unbreak.txt")
|
|
abp("https://github.com/brave/adblock-lists/raw/master/coin-miners.txt")
|
|
abp("https://github.com/brave/adblock-lists/raw/master/brave-lists/brave-firstparty-cname.txt")
|
|
abp("https://github.com/brave/adblock-lists/raw/master/brave-lists/brave-firstparty.txt")
|
|
abp("https://github.com/brave/adblock-lists/raw/master/brave-lists/brave-social.txt")
|