diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index c2bc7782..adbcf32d 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -163,5 +163,9 @@ config.set('content.blocking.adblock.lists', [ "https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt", "https://easylist.to/easylist/easylist.txt", "https://easylist.to/easylist/easyprivacy.txt", - "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext" + "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext", + "https://easylist-downloads.adblockplus.org/easylistdutch.txt", + "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + "https://www.i-dont-care-about-cookies.eu/abp/", + "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt" ]) diff --git a/modules/.gitkeep b/modules/.gitkeep new file mode 100644 index 00000000..e69de29b