// ==UserScript== // @name twitch to safetwitch // @version 0.1 // @description none // @author You // @include *twitch.tv* // @run-at document-start // ==/UserScript== document.location.href=document.location.href.replace("www.twitch.tv","ttv.vern.cc");