From 47d8a7f5fd43c6a4c9c7d45cae683f994f3edb4b Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 11 Nov 2019 22:03:57 +0100
Subject: [PATCH] Fix old.google bug in tridactyl old.reddit hack.

---
 buster/home_files/user/.tridactylrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buster/home_files/user/.tridactylrc b/buster/home_files/user/.tridactylrc
index 930b302..e39e5a0 100644
--- a/buster/home_files/user/.tridactylrc
+++ b/buster/home_files/user/.tridactylrc
@@ -2,7 +2,7 @@ sanitize tridactyllocal tridactylsync
 guiset statuspanel top-right
 guiset tabs autohide 
 set newtab file:///opt/firefox/blank.html
-autocmd DocStart www.reddit.com urlmodify -t www old
+autocmd DocStart www.reddit.com urlmodify -t www.reddit old.reddit
 bind / fillcmdline find
 bind n findnext 1
 bind N findnext -1
-- 
2.30.2