This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/qutebrowser/.config/qutebrowser/config.py

11 lines
418 B
Python

config.load_autoconfig()
config.bind(',x', 'hint links spawn termite -e "aria2c {hint-url}"')
config.bind(',m', 'spawn --userscript mpv')
config.set("content.headers.user_agent","Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)","https://*.youtube.com/*")
config.set("content.webrtc_ip_handling_policy","default-public-interface-only")
config.set("content.cookies.store",False)
config.source("block.py")