From cc377138390093851cdc3546ac9473ff485cfbce Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 16 May 2021 19:12:20 +0200 Subject: [PATCH] home: firefox: tridactyl: fix Reddit URL rewriter --- home/firefox/tridactylrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/firefox/tridactylrc b/home/firefox/tridactylrc index 20a67e3..869d6e5 100644 --- a/home/firefox/tridactylrc +++ b/home/firefox/tridactylrc @@ -61,7 +61,7 @@ unbind " Redirections {{{ " Always redirect Reddit to the old site -autocmd DocStart ^http(s?)://www.redit.com js tri.excmds.urlmodify("-t", "www", "old") +autocmd DocStart ^http(s?)://www.reddit.com js tri.excmds.urlmodify("-t", "www", "old") " }}} " Disabled websites {{{