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

top.location.hostname = "rimgo.pussthecat.org";
remember that computers suck.