// ==UserScript== // @name UiBot Commander修改CSS样式 // @namespace https://www.uibot.com.cn // @version 1.1 // @description 修改指定CSS文件中的样式 // @include https://commander.uibot.com.cn/* // @grant GM_addStyle // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; GM_addStyle('.hide-text[data-v-53b4560a]{max-width: none !important;}'); })();