// ==UserScript== // @icon http://staticlive.douyutv.com/common/favicon.ico // @name 屏蔽斗鱼礼物特效 // @version 2015.12.19 - 0.1 // @description 自动屏蔽斗鱼礼物特效 // @author LisonFan // @match http://*.douyutv.com/* // @require https://code.jquery.com/jquery-2.1.4.min.js // @grant none // @namespace https://greasyfork.org/users/8051 // @downloadURL none // ==/UserScript== var a = document.getElementById("shieSwitch"); a.checked = true; $("#js-shie").addClass("shie-switch-open");