Skip to content
New issue

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

[FR] 希望能过滤直播回放 #187

Open
miku1958 opened this issue Jan 12, 2025 · 1 comment
Open

[FR] 希望能过滤直播回放 #187

miku1958 opened this issue Jan 12, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@miku1958
Copy link

miku1958 commented Jan 12, 2025

功能描述

看了一下源码现在用的是css selector没法直接过滤出textContent ==='直播回放'的.bili-dyn-card-video__badge, 对源码不是很熟所以直接提feature request了

@miku1958 miku1958 added the enhancement New feature or request label Jan 12, 2025
@festoney8
Copy link
Owner

打开动态过滤菜单,启用 "动态内视频标题过滤",新增关键词 /^【直播回放】/ 就可以了,所有用官方工具生成的直播回放都会带这个前缀。

有一点副作用,其他页面如果开启了标题过滤,直播回放也会被隐藏

image


页面净化里的功能绝大多数是 CSS 做的,但它过滤不了动态页的 badge,只能用 JS 解决

我后续会考虑新增更多按类型过滤动态的需求

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants