From cda829eb3234318803760cc0c603453ddce34082 Mon Sep 17 00:00:00 2001 From: eshep Date: Thu, 25 Jan 2024 07:11:55 +0000 Subject: [PATCH] Upload files to "/" --- twitch.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 twitch.js diff --git a/twitch.js b/twitch.js new file mode 100644 index 0000000..6787d03 --- /dev/null +++ b/twitch.js @@ -0,0 +1,10 @@ +// ==UserScript== +// @name twitch to safetwitch +// @version 0.1 +// @description none +// @author You +// @include *twitch.tv* +// @run-at document-start +// ==/UserScript== + +document.location.href=document.location.href.replace("www.twitch.tv","ttv.vern.cc");