summaryrefslogblamecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/reddit-to-teddit.js
blob: 788fecd8e2099b5dbaaec8aa39639527c8fed2ec (plain) (tree)
1
2
3
4
5
6
7
8
9

                                 
                                 

                                          



                               

                                         
// ==UserScript==
// @name         reddit to teddit
// @match        *://reddit.com/*
// @match        *://www.reddit.com/*
// @exclude      *://www.reddit.com/media*
// @grant        none
// @run-at       document-start
// ==/UserScript==

// top.location.hostname = "teddit.net";
top.location.hostname = "old.reddit.com";
remember that computers suck.