// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; GM_addStyle('.horizontal-layout .z-stage__annotation{width: 200%;!important;}'); })();