add adblock lists
This commit is contained in:
parent
73d19176e0
commit
3b4aa1c7de
1 changed files with 13 additions and 0 deletions
|
@ -153,3 +153,16 @@ config.set('colors.webpage.preferred_color_scheme', 'dark')
|
||||||
# anyone who uses pass is NOT real
|
# anyone who uses pass is NOT real
|
||||||
config.bind('pw', 'spawn --userscript qute-keepassxc --insecure', mode='normal')
|
config.bind('pw', 'spawn --userscript qute-keepassxc --insecure', mode='normal')
|
||||||
config.bind('pt', 'spawn --userscript qute-keepassxc --totp --insecure', mode='normal')
|
config.bind('pt', 'spawn --userscript qute-keepassxc --totp --insecure', mode='normal')
|
||||||
|
|
||||||
|
# adblock lists
|
||||||
|
config.set('content.blocking.adblock.lists', [
|
||||||
|
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt",
|
||||||
|
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/badware.txt",
|
||||||
|
# im paranoid ok?
|
||||||
|
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/lan-block.txt",
|
||||||
|
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt",
|
||||||
|
"https://easylist.to/easylist/easylist.txt",
|
||||||
|
"https://easylist.to/easylist/easyprivacy.txt",
|
||||||
|
"https://malware-filter.gitlab.io/malware-filter/urlhaus-filter.txt",
|
||||||
|
"https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext"
|
||||||
|
])
|
||||||
|
|
Loading…
Reference in a new issue