Skip to content

Commit

Permalink
Merge pull request #62 from festoney8/dev
Browse files Browse the repository at this point in the history
merge dev to main, v3.4.2
  • Loading branch information
festoney8 committed Apr 9, 2024
2 parents d27ee96 + 6e1aabe commit 8b57c6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 修复:点击顶栏logo时弹出其他按钮bug
- 新增:隐藏顶栏按钮hover时弹出框
- 新增:隐藏评论区老粉、原始粉丝Tag

## 3.4.1

Expand Down
6 changes: 6 additions & 0 deletions src/rules/dynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ if (isPageDynamic()) {
description: '隐藏 ID后粉丝牌',
itemCSS: `.comment-container .fan-badge {display: none !important;}`,
}),
// 隐藏 老粉、原始粉丝Tag
new CheckboxItem({
itemID: 'video-page-hide-contractor-box',
description: '隐藏 老粉、原始粉丝Tag',
itemCSS: `.comment-container .contractor-box {display: none !important;}`,
}),
// 隐藏 一级评论用户等级
new CheckboxItem({
itemID: 'video-page-hide-user-level',
Expand Down
6 changes: 6 additions & 0 deletions src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,12 @@ if (isPageVideo() || isPagePlaylist()) {
description: '隐藏 ID后粉丝牌',
itemCSS: `.comment-container .fan-badge {display: none !important;}`,
}),
// 隐藏 老粉、原始粉丝Tag
new CheckboxItem({
itemID: 'video-page-hide-contractor-box',
description: '隐藏 老粉、原始粉丝Tag',
itemCSS: `.comment-container .contractor-box {display: none !important;}`,
}),
// 隐藏 一级评论用户等级
new CheckboxItem({
itemID: 'video-page-hide-user-level',
Expand Down

0 comments on commit 8b57c6d

Please sign in to comment.