Upload files to "/"

This commit is contained in:
eshep
2024-01-19 15:09:48 +00:00
parent 1f06b4772a
commit 3247ad8e75
5 changed files with 50 additions and 0 deletions

10
overflow.js Normal file
View File

@@ -0,0 +1,10 @@
// ==UserScript==
// @name stackoverflow to anonoverflow
// @version 0.1
// @description none
// @author You
// @include *stackoverflow.com*
// @run-at document-start
// ==/UserScript==
document.location.href=document.location.href.replace("stackoverflow.com","overflow.lunar.icu");