diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 8710e9a..e10b7b5 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -5,6 +5,8 @@ from local import GPG_KEY, NOTIF_GRANTS c = c # noqa: F821 pylint: disable=E0602,C0103 config = config # noqa: F821 pylint: disable=E0602,C0103 +config.load_autoconfig(False) + ######## # Misc # ######## @@ -50,6 +52,7 @@ config.set("content.notifications.enabled", False, "*://*.reddit.com/*") # Hinting config.bind("F", "hint all tab-bg") +config.bind(";p", "hint links spawn cliplumber {hint-url}") config.bind(";v", "hint links spawn playvideo {hint-url}") config.bind(";i", "hint images download") diff --git a/config/qutebrowser/greasemonkey/nitter_redirect.js b/config/qutebrowser/greasemonkey/nitter_redirect.js index f226c75..fccc68a 100644 --- a/config/qutebrowser/greasemonkey/nitter_redirect.js +++ b/config/qutebrowser/greasemonkey/nitter_redirect.js @@ -11,5 +11,5 @@ (function () { 'use strict'; - top.location.hostname = "nitter.pussthecat.org"; + top.location.hostname = "nitter.fdn.fr"; })();