您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove the special effects of small gifts in the zhibo live room
// ==UserScript== // @name 去除中国体育直播间小礼物刷屏 // @namespace http://tampermonkey.net/ // @version 1.1 // @description Remove the special effects of small gifts in the zhibo live room // @author auko // @match http://v.zhibo.tv/* // @match https://v.zhibo.tv/* // @grant none // @run-at document-end // ==/UserScript== (function() { 'use strict'; Show.createGiftDiv = ()=>{console.log('阻止刷屏成功')}; })();