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