Upload files to "/"

This commit is contained in:
eshep 2024-03-23 07:33:03 +00:00
parent cda829eb32
commit 0d909b1c89
2 changed files with 20 additions and 0 deletions

10
pinterest.js Normal file
View File

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

10
tiktok.js Normal file
View File

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