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

top.location.hostname = "imgin.voidnet.tech";
remember that computers suck.