Greasy Fork is available in English.
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('阻止刷屏成功')};
})();