try to take over the world!
目前為
// ==UserScript== // @name 52pg // @run-at document-start // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://www.52pg.net/* // @grant none // @unsafeWindow // ==/UserScript== document.getElementsByTagName( 'base' )[0].setAttribute( 'href', 'https://www.52pg.net/' );