summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey/dumb.js
diff options
context:
space:
mode:
Diffstat (limited to '.config/qutebrowser/greasemonkey/dumb.js')
l---------[-rw-r--r--].config/qutebrowser/greasemonkey/dumb.js20
1 files changed, 1 insertions, 19 deletions
diff --git a/.config/qutebrowser/greasemonkey/dumb.js b/.config/qutebrowser/greasemonkey/dumb.js
index 18507ea..38fa4e5 100644..120000
--- a/.config/qutebrowser/greasemonkey/dumb.js
+++ b/.config/qutebrowser/greasemonkey/dumb.js
@@ -1,19 +1 @@
-// ==UserScript==
-// @name Dumb
-// @version 1.0
-// @description genius to dumb
-// @match *://genius.com/*
-// @match *://*.genius.com/*
-// @grant none
-// @run-at document-start
-// ==/UserScript==
-
-(function () {
- 'use strict';
-
- var instances = [
- "sing.whatever.social",
- ];
-
- top.location.hostname = instances[Math.floor(Math.random()*instances.length)];
-})();
+/home/adam/.config/qutebrowser/greasemonkey-available/dumb.js \ No newline at end of file