From 612dbb6993c8a548744f29a4d15d6b31325357c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 14 May 2024 18:53:03 +0200 Subject: Tue May 14 06:53:03 PM CEST 2024 --- .config/qutebrowser/greasemonkey/quora-to-quetre.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .config/qutebrowser/greasemonkey/quora-to-quetre.js (limited to '.config/qutebrowser/greasemonkey/quora-to-quetre.js') diff --git a/.config/qutebrowser/greasemonkey/quora-to-quetre.js b/.config/qutebrowser/greasemonkey/quora-to-quetre.js new file mode 100755 index 0000000..8379119 --- /dev/null +++ b/.config/qutebrowser/greasemonkey/quora-to-quetre.js @@ -0,0 +1,8 @@ +// ==UserScript== +// @name quora to quetre +// @match *://www.quora.com/* +// @grant none +// @run-at document-start +// ==/UserScript== + +top.location.hostname = "quetre.pussthecat.org"; -- cgit v1.2.3