summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/imgur-to-imgin.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/imgur-to-imgin.js')
-rwxr-xr-x.config/qutebrowser/greasemonkey/imgur-to-imgin.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey/imgur-to-imgin.js b/.config/qutebrowser/greasemonkey/imgur-to-imgin.js
new file mode 100755
index 0000000..d4ac434
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey/imgur-to-imgin.js
@@ -0,0 +1,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.