// ==UserScript== // @name Eorzea NGA // @namespace https://bbs.nga.cn/ // @version 0.1 // @description try to take over the world! // @author Bluefissure // @match https://bbs.nga.cn/* // @grant GM_setValue // @grant GM_getValue // @grant GM_deleteValue // @grant GM_addStyle // @grant GM_registerMenuCommand // @grant GM_getResourceText // @grant GM_info // @downloadURL none // ==/UserScript== (function() { document.getElementsByClassName("logo")[0].firstElementChild.style.backgroundImage = "url('https://i.loli.net/2019/11/22/xFzYMXbyQSkDAmu.png')"; })();