// ==UserScript== // @name 斗鱼弹幕隐藏 // @namespace http://tampermonkey.net/ // @version 0.2 // @description try to take over the world! // @author You // @match http://www.douyu.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('#js-chat-cont').hide(); })();