Upload files to "/"
This commit is contained in:
parent
cda829eb32
commit
0d909b1c89
10
pinterest.js
Normal file
10
pinterest.js
Normal 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
10
tiktok.js
Normal 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");
|
Loading…
Reference in New Issue
Block a user