home: firefox: tridactyl: fix Reddit URL rewriter

This commit is contained in:
Bruno BELANYI 2021-05-16 19:12:20 +02:00
parent e80485018c
commit cc37713839

View file

@ -61,7 +61,7 @@ unbind <C-f>
" 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 {{{