屏蔽斗鱼礼物特效

自动屏蔽斗鱼礼物特效

当前为 2016-06-13 提交的版本,查看 最新版本

// ==UserScript==
// @icon         http://staticlive.douyutv.com/common/favicon.ico
// @name         屏蔽斗鱼礼物特效
// @version      0.4
// @description  自动屏蔽斗鱼礼物特效
// @author       LisonFan
// @match        http://*.douyu.com/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/8051
// ==/UserScript==

var a = document.getElementById("shieSwitch");
a.checked = true;
var b = document.getElementById("js-shie");
b.setAttribute("class","shie shie-switch-open");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址