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
fandom.js Normal file
View File

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

10
imdb.js Normal file
View File

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

10
imgur.js Normal file
View File

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

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

10
reddit.js Normal file
View File

@ -0,0 +1,10 @@
// ==UserScript==
// @name reddit to libreddit
// @version 0.1
// @description none
// @author You
// @include *www.reddit.com*
// @run-at document-start
// ==/UserScript==
document.location.href=document.location.href.replace("www.reddit","safereddit");