feat: qutebrowser add adblock lists

This commit is contained in:
Flinner 2021-07-26 14:37:02 +03:00
parent 32ac6b834d
commit 6818a85b64
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ config.bind("cec", "open javascript:location.href='org-protocol://roam-ref?templ
## URL-decoding it). ## URL-decoding it).
## Type: List of Url ## Type: List of Url
# c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt'] # c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt']
c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt', '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']
## Enable the ad/host blocker ## Enable the ad/host blocker
## Type: Bool ## Type: Bool