summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey-available/rimgo.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey-available/rimgo.js')
-rw-r--r--.config/qutebrowser/greasemonkey-available/rimgo.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/qutebrowser/greasemonkey-available/rimgo.js b/.config/qutebrowser/greasemonkey-available/rimgo.js
new file mode 100644
index 0000000..1f65f83
--- /dev/null
+++ b/.config/qutebrowser/greasemonkey-available/rimgo.js
@@ -0,0 +1,16 @@
+// ==UserScript==
+// @name Rimgo
+// @match http://imgur.com/*
+// @match https://imgur.com/*
+// @match http://i.imgur.com/*
+// @match https://i.imgur.com/*
+// @match http://www.imgur.com/*
+// @match https://www.imgur.com/*
+// @grant none
+// @run-at document-start
+// ==/UserScript==
+
+(function () {
+ 'use strict';
+ top.location.hostname = "rimgo.bus-hit.me";
+})();