猎魔人中文维基背景管理

更改猎魔人中文维基背景

// ==UserScript==
// @name         猎魔人中文维基背景管理
// @namespace    http://tampermonkey.net/
// @version      1.0.1
// @description  更改猎魔人中文维基背景
// @author       CODEFOR
// @match        https://witcher.huijiwiki.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=huijiwiki.com
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    document.getElementsByClassName('huiji-css-hook')[0].style.background="url('')";
})();