// ==UserScript== // @name stackoverflow to anonoverflow // @version 0.1 // @description none // @author You // @include *stackoverflow.com* // @run-at document-start // ==/UserScript== document.location.href=document.location.href.replace("stackoverflow.com","overflow.lunar.icu");