Greasy Fork is available in English.
屏蔽
当前为
虎牙弹幕屏蔽脚本介绍
这是一个针对虎牙直播平台开发的 弹幕屏蔽脚本,可以帮助用户屏蔽不想看到的弹幕内容,同时在聊天室中以淡红色背景高亮显示被屏蔽的内容。
以下是脚本的核心代码部分:
const toggleButton = document.createElement('button');
toggleButton.textContent = '+';
toggleButton.style.position = 'fixed';
toggleButton.style.bottom = '10px';
toggleButton.style.right = '10px';
toggleButton.style.zIndex = '10000';
toggleButton.addEventListener('click', () => {
guiContainer.style.display = guiContainer.style.display === 'none' ? 'block' : 'none';
});
完整代码可参考用户脚本管理器(如 Tampermonkey)中的实现。
如果脚本无法正常运行,尝试以下步骤:
希望本脚本能为您带来更好的虎牙观看体验!