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