Skip to content

Commit

Permalink
feat: video page hide bili-cmd-shrink popup
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jul 22, 2024
1 parent 21fd6c9 commit cfa22f0
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.9.4

- 新增:隐藏播放器迷你弹窗

## 3.9.3

- 修复:部分情况弹幕弹窗屏蔽问题、彩色弹幕变白色问题
Expand Down
6 changes: 6 additions & 0 deletions src/rules/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,12 @@ if (isPageVideo() || isPagePlaylist() || isPageFestival()) {
description: '隐藏 心动',
itemCSS: `.bili-cmtime, .bili-danmaku-x-cmtime {display: none !important;}`,
}),
// 隐藏 迷你弹窗
new CheckboxItem({
itemID: 'video-page-hide-bpx-player-bili-cmd-shrink',
description: '隐藏 迷你弹窗',
itemCSS: `.bili-cmd-shrink, .bili-danmaku-x-cmd-shrink {display: none !important;}`,
}),
// 隐藏 视频预告
new CheckboxItem({
itemID: 'video-page-hide-bpx-player-bili-reserve',
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.9.3',
version: '3.9.4',
description:
'净化 B站/哔哩哔哩 页面,支持「精简功能、播放器净化、过滤视频、过滤评论、全站黑白名单」,提供 300+ 功能,定制自己的 B 站',
author: 'festoney8',
Expand Down

0 comments on commit cfa22f0

Please sign in to comment.