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/rimgo.js | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) mode change 100644 => 120000 .config/qutebrowser/greasemonkey/rimgo.js (limited to '.config/qutebrowser/greasemonkey/rimgo.js') diff --git a/.config/qutebrowser/greasemonkey/rimgo.js b/.config/qutebrowser/greasemonkey/rimgo.js deleted file mode 100644 index 1f65f83..0000000 --- a/.config/qutebrowser/greasemonkey/rimgo.js +++ /dev/null @@ -1,16 +0,0 @@ -// ==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"; -})(); diff --git a/.config/qutebrowser/greasemonkey/rimgo.js b/.config/qutebrowser/greasemonkey/rimgo.js new file mode 120000 index 0000000..d9dfe71 --- /dev/null +++ b/.config/qutebrowser/greasemonkey/rimgo.js @@ -0,0 +1 @@ +/home/adam/.config/qutebrowser/greasemonkey-available/rimgo.js \ No newline at end of file -- cgit v1.2.3-70-g09d2