// ==UserScript== // @name The Battle Cats Fandom --> Miraheze // @namespace https://github.com/dinosw // @version 0.1 // @description Redirects The Battle Cats Fandom wiki to the new Miraheze wiki. // @author dinosw // @match https://battle-cats.fandom.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { window.location = "https://battlecats.miraheze.org/"; })();