您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
高效快速地隐藏B站动态中的广告内容
是否厌倦了B站动态时间线(t.bilibili.com
)中夹杂的各种“恰饭”推广和广告内容?本脚本为您提供了一个简洁、轻量且极致高效的 关键词屏蔽 方案,还您一个纯净的动态首页。
它通过一个可自定义的关键词列表,自动识别并隐藏包含广告内容的动态,让您能更专注于您所关注的UP主创作的内容。
MutationObserver
技术,实时监测并隐藏新增的广告动态(包括向下滚动加载的内容),对浏览器性能影响微乎其微。const keywords = [...]
这一行。[]
内添加或删除关键词即可。请确保每个关键词都用英文单引号('
)包裹,并用逗号(,
)隔开。It uses a customizable keyword list to automatically detect and hide ad-related posts on t.bilibili.com
, ensuring you only see the content you care about.
MutationObserver
to instantly hide new ads as you scroll, with virtually zero impact on your browser's performance.const keywords = [...]
.[]
. Make sure each keyword is wrapped in single quotes ('
) and separated by a comma.