/* ==UserStyle== @name 【聊天室CSS优化】 @namespace http://tampermonkey.net/ @version 0.1.1 @description 为聊天室客户端加入一些CSS优化。当前包括:输入框高度限制。 @author firetree @license WTFPL @match https://crosst.chat/?* @match https://hack.chat/?* @match https://xq.kzw.ink/?* @match *://tanchat.fun/?* @downloadURL none ==/UserStyle== */ textarea { max-height: 400px; }