From aa14ee0d1bf0c8f701e567558fcc0cd5fbfe0c95 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Sat, 11 Mar 2023 16:22:21 +0100 Subject: qutebrowser: added userscripts Includes DarkReader (unofficial) and a few redirects to minimal, private front-ends. --- .config/qutebrowser/greasemonkey/rimgo.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .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 new file mode 100644 index 0000000..1f65f83 --- /dev/null +++ b/.config/qutebrowser/greasemonkey/rimgo.js @@ -0,0 +1,16 @@ +// ==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"; +})(); -- cgit v1.2.3-70-g09d2