// ==UserScript== // @name wsmud_status_size // @namespace edc // @version 0.0.3 // @date 01/05/2019 // @modified 01/05/2019 // @description 武神传说 MUD // @author edcit.cn // @match http://*.wsmud.com/* // @require http://code.jquery.com/jquery-3.3.1.min.js // @downloadURL none // ==/UserScript== (function () { 'use strict'; $("head").append(``); })();