summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/reddit-to-teddit.js
blob: 8c1ee6b9b939bbf60d2b89b5a873965bc3167c45 (plain) (blame)
1
2
3
4
5
6
7
8
9
// ==UserScript==
// @name         reddit to teddit
// @match        *://*.reddit.com/*
// @match        *://reddit.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

top.location.hostname = "teddit.net";
remember that computers suck.