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