// ==UserScript== // @icon https://www.douyu.com/favicon.ico // @name 屏蔽斗鱼礼物特效 // @version 0.5 // @description 自动屏蔽斗鱼礼物特效 // @author LisonFan // @match *://*.douyu.com/* // @grant none // @namespace https://greasyfork.org/users/8051 // @downloadURL none // ==/UserScript== var a = document.getElementById("shieSwitch"); a.checked = true; var b = document.getElementById("js-shie"); b.setAttribute("class","shie shie-switch-open");