diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f83657..980bc1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.11.3 + +- 修复:番剧页 网页全屏/全屏滚动 视频位置bug + ## 3.11.2 - 更新:播放页 评论区过滤 diff --git a/src/rules/bangumi.ts b/src/rules/bangumi.ts index cb07b270..daf0e355 100644 --- a/src/rules/bangumi.ts +++ b/src/rules/bangumi.ts @@ -103,7 +103,7 @@ if (isPageBangumi()) { padding-top: calc(100vh + 15px) !important; } body:has(#bilibili-player-wrap[class*='video_playerFullScreen']) .bpx-player-video-area { - flex: unset !important; + flex: 1 !important; } body:has(#bilibili-player-wrap[class*='video_playerFullScreen'])::-webkit-scrollbar { display: none !important; @@ -159,7 +159,7 @@ if (isPageBangumi()) { padding-top: calc(100vh + 15px) !important; } body:has(#bilibili-player-wrap[class*='video_playerFullScreen']) .bpx-player-video-area { - flex: unset !important; + flex: 1 !important; } body:has(#bilibili-player-wrap[class*='video_playerFullScreen'])::-webkit-scrollbar { display: none !important; diff --git a/src/rules/comment.ts b/src/rules/comment.ts index ce43251e..d003e97b 100644 --- a/src/rules/comment.ts +++ b/src/rules/comment.ts @@ -62,7 +62,7 @@ if (isPageBangumi() || isPageVideo() || isPageDynamic() || isPageSpace() || isPa // 隐藏 评论编辑器内占位文字, 默认开启 new CheckboxItem({ itemID: 'video-page-hide-reply-box-textarea-placeholder', - description: '隐藏 评论编辑器内占位文字', + description: '隐藏 评论编辑器内占位文字\n同时会隐藏回复评论时文字提示', defaultStatus: true, itemCSS: `.main-reply-box .reply-box-textarea::placeholder {color: transparent !important; user-select: none;} .fixed-reply-box .reply-box-textarea::placeholder {color: transparent !important; user-select: none;}`, diff --git a/vite.config.ts b/vite.config.ts index b4d163cb..c036ed83 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ userscript: { name: 'bilibili 页面净化大师', namespace: 'http://tampermonkey.net/', - version: '3.11.2', + version: '3.11.3', description: '净化 B站/哔哩哔哩 页面,支持「精简功能、播放器净化、过滤视频、过滤评论、全站黑白名单」,提供 300+ 功能,定制自己的 B 站', author: 'festoney8',