From 1abce784cf269fd98ee5faa09e52ba642f2e61ec Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Wed, 22 Mar 2023 07:49:52 +0100 Subject: switched from i3 to sway --- .config/qutebrowser/greasemonkey/code.js | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 .config/qutebrowser/greasemonkey/code.js (limited to '.config/qutebrowser/greasemonkey/code.js') diff --git a/.config/qutebrowser/greasemonkey/code.js b/.config/qutebrowser/greasemonkey/code.js deleted file mode 100644 index d28a85f..0000000 --- a/.config/qutebrowser/greasemonkey/code.js +++ /dev/null @@ -1,18 +0,0 @@ -// ==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)]; -})(); diff --git a/.config/qutebrowser/greasemonkey/code.js b/.config/qutebrowser/greasemonkey/code.js new file mode 120000 index 0000000..bcbc022 --- /dev/null +++ b/.config/qutebrowser/greasemonkey/code.js @@ -0,0 +1 @@ +/home/adam/.config/qutebrowser/greasemonkey-available/code.js \ No newline at end of file -- cgit v1.2.3-70-g09d2