diff options
Diffstat (limited to '.config/qutebrowser')
| -rw-r--r-- | .config/qutebrowser/autoconfig.yml | 6 | ||||
| -rw-r--r-- | .config/qutebrowser/config.py | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index b2419ef..3e73918 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -5,8 +5,4 @@ # Instead, create a config.py - see :help for details. config_version: 2 -settings: - content.javascript.enabled: - '*://*.next-episode.net/*': false - content.notifications: - https://1337x.to: false +settings: {} diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 742d6e1..5b29fb5 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -85,6 +85,8 @@ c.aliases = {'w':'session-save', 'q':'quit', 'wq':'quit --save', 'Olt':'open -t https://www.limetorrents.cc', 'mbt':'open https://signin1.bt.com/login/emailloginform', 'Ombt':'open -t https://signin1.bt.com/login/emailloginform', + 'mw40':'open http://192.168.1.1/ ;; fake-key --global tSH ', + 'Omw40':'open -t http://192.168.1.1/ ;; fake-key --global tSH ', 'netgear':'open http://2.96.233.114:8080', 'Onetgear':'open -t http://2.96.233.114:8080', 'Nm':'open https://outlook.office365.com/', @@ -125,6 +127,8 @@ c.aliases = {'w':'session-save', 'q':'quit', 'wq':'quit --save', 'Ovtr':'open -t https://my.vultr.com/', 'wn':'open https://www.webosnation.com/', 'Own':'open -t https://www.webosnation.com/', + 'xma':'open https://he.xma.co.uk/log-in ;; fake-key --global tSH ', + 'Oxma':'open -t https://he.xma.co.uk/log-in ;; fake-key --global tSH ', 'Y':'open http://www.cosmos.esa.int/web/xmm-newton/current-calibration-files', 'OY':'open -t http://www.cosmos.esa.int/web/xmm-newton/current-calibration-files', 'yfy':'open https://yts.am/', @@ -132,8 +136,7 @@ c.aliases = {'w':'session-save', 'q':'quit', 'wq':'quit --save', 'ytn':'open https://youtube.com/?disable_polymer=1', 'Oytn':'open -t https://youtube.com/?disable_polymer=1', 'yt':'open https://youtube.com/', - 'Oyt':'open -t https://youtube.com/', - 'rtr':'open -t http://192.168.1.254/home.htm ;; fake-key --global tSH '} + 'Oyt':'open -t https://youtube.com/'} # ## Time interval (in milliseconds) between auto-saves of ## config/cookies/etc. |
