Upload files to "/"

This commit is contained in:
eshep 2024-01-25 07:11:55 +00:00
parent f7c40599d4
commit cda829eb32
1 changed files with 10 additions and 0 deletions

10
twitch.js Normal file
View File

@ -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");