greasemonkey_scripts/tiktok.js

11 lines
286 B
JavaScript

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