Skip to content

Commit

Permalink
delete: bangumi page remove watch-on-phone
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed May 10, 2024
1 parent 818643c commit 329178c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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 @@

- 新增:首页隐藏稍后再看提示语
- 移除:直播页顶栏右侧动态、签到、互动,适配网页变动
- 移除:版权播放页用手机看选项,适配网页变动

## 3.5.2

Expand Down
7 changes: 0 additions & 7 deletions src/rules/bangumi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,6 @@ if (isPageBangumi()) {
defaultStatus: true,
itemCSS: `#share-container-id [class^='Share_share'] {display: none !important;}`,
}),
// bangumi独有项:隐藏 用手机观看, 默认开启
new CheckboxItem({
itemID: 'bangumi-page-hide-watch-on-phone',
description: '隐藏 用手机观看 ★',
defaultStatus: true,
itemCSS: `.toolbar span:has(>[class^='Phone_mobile']) {display: none !important;}`,
}),
// bangumi独有项:隐藏 一起看, 默认开启
new CheckboxItem({
itemID: 'bangumi-page-hide-watch-together',
Expand Down

0 comments on commit 329178c

Please sign in to comment.