From 9159ea177dd92186f6e4d244844bda65e1fc0726 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 1 Dec 2025 10:22:52 +0100 Subject: [PATCH] qutebrowser: Add cookie and social button blocklists --- qutebrowser/config/content.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/config/content.py b/qutebrowser/config/content.py index 4f2a44c..e4b243d 100644 --- a/qutebrowser/config/content.py +++ b/qutebrowser/config/content.py @@ -7,7 +7,9 @@ c.content.blocking.adblock.lists = [ "https://easylist.to/easylist/easyprivacy.txt", "https://someonewhocares.org/hosts/hosts", "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext", + "https://www.i-dont-care-about-cookies.eu/abp/", "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", + "https://easylist.to/easylist/fanboy-social.txt", ] c.content.blocking.whitelist = ["piwik.org"] c.content.autoplay = False