# HG changeset patch # User jasonwryan # Date 1719555202 -43200 # Fri Jun 28 18:13:22 2024 +1200 # Node ID 5e81b91ac87b2d69c6f72ef6017b35ff4c272fdc # Parent 5a5ce582807e422ab72341c4f491f1909fa870be Adblocking diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -24,7 +24,7 @@ c.content.autoplay = False c.content.geolocation = False c.content.blocking.enabled = True -c.content.blocking.method = "adblock" +c.content.blocking.method = "both" c.content.notifications.enabled = False c.content.tls.certificate_errors = "ask-block-thirdparty" c.hints.border = "1px solid #CCCCCC"