Greasy Fork

文生文试卷答题展开

企鹅标注文生文试卷答题展开

// ==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('.horizontal-layout .z-stage__annotation[data-v-3f4951cf]{width: 200%;!important;}');
})();