diff --git a/.config/qutebrowser/pyconfig/redirectors.py b/.config/qutebrowser/pyconfig/redirectors.py index 649e75b..37f9ef9 100644 --- a/.config/qutebrowser/pyconfig/redirectors.py +++ b/.config/qutebrowser/pyconfig/redirectors.py @@ -20,6 +20,8 @@ REDIRECT_MAP = { "www.tiktok.com": operator.methodcaller("setHost", "proxytok.cronyakatsuki.xyz"), "imgur.com": operator.methodcaller("setHost", "rimgo.cronyakatsuki.xyz"), "www.imgur.com": operator.methodcaller("setHost", "rimgo.cronyakatsuki.xyz"), + "github.com": operator.methodcaller("setHost", "gh.cronyakatsuki.xyz"), + "gist.github.com": operator.methodcaller("setHost", "gh.cronyakatsuki.xyz/gist"), }