// ==UserScript== // @name huya_lite 虎牙直播网页精简版 // @namespace http://tampermonkey.net/ // @version 1.0 // @description 去除广告,主播动态等无关元素,仅保留直播 // @author Meteora // @match https://www.huya.com/* // @grant none // @downloadURL none // ==/UserScript== $('#J_roomGgTop').remove(); $('#J_mainRoom > div.room-footer').remove(); setTimeout(function(){ console.log("testing..."); $('#chatRoom > div.room-gg-chat').remove(); },10*1000);