mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
19 lines
1,018 B
Python
19 lines
1,018 B
Python
host = c.content.blocking.hosts.lists.append
|
|
host("https://www.github.developerdan.com/hosts/lists/facebook-extended.txt")
|
|
|
|
c.content.blocking.adblock.lists = []
|
|
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://fanboy.co.nz/fanboy-annoyance.txt")
|
|
abp("https://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://easylist-downloads.adblockplus.org/easylist.txt")
|
|
abp("https://easylist-downloads.adblockplus.org/easyprivacy.txt")
|
|
|
|
abp("https://github.com/DandelionSprout/adfilt/raw/master/LegitimateURLShortener.txt")
|
|
abp("https://github.com/DandelionSprout/adfilt/raw/master/AnnoyancesList")
|
|
abp("https://github.com/DandelionSprout/adfilt/raw/master/SocialShareList.txt")
|
|
abp("https://github.com/DandelionSprout/adfilt/raw/master/ExtremelyCondensedList.txt")
|