Greasy Fork

Greasy Fork is available in English.

Eorzea NGA

try to take over the world!

目前为 2019-11-22 提交的版本。查看 最新版本

// ==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
// ==/UserScript==

(function() {
    document.getElementsByClassName("logo")[0].firstElementChild.style.backgroundImage = "url('https://i.loli.net/2019/11/22/xFzYMXbyQSkDAmu.png')";
})();