wsmud_status_size

武神传说 MUD

  1. // ==UserScript==
  2. // @name wsmud_status_size
  3. // @namespace edc
  4. // @version 0.0.4
  5. // @date 01/05/2019
  6. // @modified 01/05/2019
  7. // @homepage https://greasyfork.org/zh-CN/scripts/382431-wsmud-status-size
  8. // @description 武神传说 MUD
  9. // @author edcit.cn
  10. // @match http://*.wsmud.com/*
  11. // @require http://code.jquery.com/jquery-3.3.1.min.js
  12. // ==/UserScript==
  13.  
  14. (function () {
  15. 'use strict';
  16. $("head").append(`<style type='text/css'>.item-status-bar > .status-item{font-size:0.5rem;}</style>`);
  17. })();