Greasy Fork

Greasy Fork is available in English.

屏蔽斗鱼礼物特效

自动屏蔽斗鱼礼物特效

目前为 2015-12-19 提交的版本,查看 最新版本

// ==UserScript==
// @icon         http://staticlive.douyutv.com/common/favicon.ico
// @name         屏蔽斗鱼礼物特效
// @version      2015.12.19 - 0.3
// @description  自动屏蔽斗鱼礼物特效
// @author       LisonFan
// @match        http://*.douyutv.com/*
// @grant        none
// @namespace http://greasyfork.icu/users/8051
// ==/UserScript==

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