Skip to content

Commit

Permalink
feat: homepage hide bili-watch-later-tip
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed May 9, 2024
1 parent a35cc6a commit 40942de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.5.3

- 新增:首页隐藏稍后再看提示语

## 3.5.2

- 新增:动态页 交换左栏和右栏位置
Expand Down
6 changes: 6 additions & 0 deletions src/rules/homepage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ if (isPageHomepage()) {
defaultStatus: true,
itemCSS: `main:not(:has(.bilibili-app-recommend-root)) .bili-video-card__stats--item:nth-child(2) {visibility: hidden;}`,
}),
// 隐藏 稍后再看提示语
new CheckboxItem({
itemID: 'homepage-hide-bili-watch-later-tip',
description: '隐藏 稍后再看提示语',
itemCSS: `.bili-watch-later__tip--lab {display: none !important;}`,
}),
// 隐藏 稍后再看按钮
new CheckboxItem({
itemID: 'homepage-hide-bili-watch-later',
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
userscript: {
name: 'bilibili 页面净化大师',
namespace: 'http://tampermonkey.net/',
version: '3.5.2',
version: '3.5.3',
description:
'净化 B站/哔哩哔哩 页面,支持「精简功能、播放器净化、过滤视频、过滤评论、全站黑白名单」,提供 300+ 功能,定制自己的 B 站',
author: 'festoney8',
Expand Down

0 comments on commit 40942de

Please sign in to comment.