Large update

This commit is contained in:
2021-04-25 19:10:57 +02:00
parent 601126b68d
commit 0472bbccf1
41 changed files with 3540 additions and 1197 deletions

View File

@@ -26,6 +26,16 @@ c.backend = 'webengine'
c.confirm_quit = ['downloads']
#+END_SRC
#+begin_src python
c.aliases['paywall'] = "open https://www.google.com/search?q=cache:{url}"
#+end_src
* Qt
Linked to [[https://github.com/qutebrowser/qutebrowser/issues/6401][issue]].
#+begin_src python
c.qt.workarounds.remove_service_workers = True
#+end_src
* Content
#+begin_src python
c.content.autoplay = False
@@ -36,6 +46,7 @@ c.content.javascript.can_access_clipboard = True
c.content.pdfjs = False
c.content.proxy = 'system'
c.content.blocking.method = 'both'
c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt', 'https://secure.fanboy.co.nz/fanboy-cookiemonster.txt']
#+END_SRC
* Editor