Add qutebrowser userscripts and minor fixes

This commit is contained in:
Tobias Reisinger 2022-03-19 11:33:43 +01:00
parent 44e50eabb1
commit 513e3b8263
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 427 additions and 6 deletions

View file

@ -6,7 +6,10 @@ def init(c):
c.colors.webpage.preferred_color_scheme = 'dark'
#c.content.proxy = "socks://localhost:9050/"
#c.content.headers.accept_language = "en-IE,en;q=0.9"
c.content.headers.accept_language = "en-US,en;q=0.5"
c.content.headers.custom = {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
}
c.downloads.position = 'bottom'