diff --git a/pinterest.js b/pinterest.js new file mode 100644 index 0000000..837fd37 --- /dev/null +++ b/pinterest.js @@ -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"); diff --git a/tiktok.js b/tiktok.js new file mode 100644 index 0000000..278eb59 --- /dev/null +++ b/tiktok.js @@ -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");