Large update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user