Greasy Fork is available in English.
聊天需要脑子,可惜火猫直播带脑子发言的不多
// ==UserScript==
// @name 火猫屏蔽聊天栏
// @namespace https://github.com/southhill/huomao-live-greasy-script
// @version 0.0.2
// @description 聊天需要脑子,可惜火猫直播带脑子发言的不多
// @author Cao
// @match *://www.huomao.com/*
// ==/UserScript==
(function() {
'use strict';
document.querySelector('.chat-bigbox-warp').style.display = 'none'
})();