summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/greasemonkey/code.js
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-03-22 07:49:52 +0100
committerAdam Stück <adam@adast.xyz>2023-04-28 20:31:52 +0200
commit1abce784cf269fd98ee5faa09e52ba642f2e61ec (patch)
tree716d9b1961dc7235c665747454f03d5f488bffac /.config/qutebrowser/greasemonkey/code.js
parentc1fae7c333a7c89347b1955e23aadae47e28f20f (diff)
switched from i3 to sway
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