We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看了一下源码现在用的是css selector没法直接过滤出textContent ==='直播回放'的.bili-dyn-card-video__badge, 对源码不是很熟所以直接提feature request了
The text was updated successfully, but these errors were encountered:
打开动态过滤菜单,启用 "动态内视频标题过滤",新增关键词 /^【直播回放】/ 就可以了,所有用官方工具生成的直播回放都会带这个前缀。
/^【直播回放】/
有一点副作用,其他页面如果开启了标题过滤,直播回放也会被隐藏
页面净化里的功能绝大多数是 CSS 做的,但它过滤不了动态页的 badge,只能用 JS 解决
我后续会考虑新增更多按类型过滤动态的需求
Sorry, something went wrong.
No branches or pull requests
功能描述
看了一下源码现在用的是css selector没法直接过滤出textContent ==='直播回放'的.bili-dyn-card-video__badge, 对源码不是很熟所以直接提feature request了
The text was updated successfully, but these errors were encountered: