// ==UserScript== // @name tap.io to taptap.com // @namespace com.jhdxr.scripts // @match *://www.tap.io/* // @run-at document-start // @grant unsafeWindow // @version 0.0.1 // @author jhdxr // @description 2020/6/3 4:18:11 // @downloadURL none // ==/UserScript== unsafeWindow.location.href=unsafeWindow.location.href.replace('tap.io', 'taptap.com');