您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
企鹅标注界面优化一些字体,方便识别
// ==UserScript== // @name 企鹅标注界面优化 // @namespace http://tampermonkey.net/ // @version 0.3 // @description 企鹅标注界面优化一些字体,方便识别 // @author Jiyao // @match https://qlabel.tencent.com/* // @license AGPL-3.0 // @grant GM_addStyle // @grant GM_addElement // @run-at document-body // ==/UserScript== (function() { 'use strict'; GM_addStyle('#warterMK{background-image: none !important;}.z-log {color: #fff !important;}'); GM_addStyle('.ivu-checkbox-wrapper{font-size: 28px !important;}.ivu-input{font-size: 28px !important;color: blue !important;}.mlm{font-size: 28px !important;color: lime !important;}.mtm{font-size: 28px !important;color: blue !important;}.customInput horizontalLtr{font-size: 28px !important;color: lime !important;}.ivu-btn-large{height: 120px !important;font-size: 48px !important;}.button-board{height: 32px !important;line-height: 32px !important;font-size: 32px !important;}.key-board{height: 32px !important;line-height: 32px !important;font-size: 32px !important;}.customInput{color: lime !important;font-size: 32px !important;}.ivu-icon{color: lime !important;font-size: 48px !important;}.ivu-split-pane.top-pane{bottom: 67% !important;}.ivu-split-vertical>.ivu-split-trigger-con{top: 33% !important;}.ivu-split-pane.bottom-pane{top: 34% !important;}.icon-button{width: auto !important;}.customLayoutInput .select{top: -50px !important;}'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址