Skip to content

Commit

Permalink
update: live page hide combo-danmaku
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Apr 1, 2024
1 parent 45d317a commit 019d3e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.3.3

- 更新:直播页 隐藏播放器顶部变动计数弹幕 适配网页变动

## 3.3.2

- 更新:播放页 隐藏视频信息适配网页变动
Expand Down
3 changes: 2 additions & 1 deletion src/rules/live.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ if (isPageLiveRoom()) {
new CheckboxItem({
itemID: 'live-page-combo-danmaku',
description: '隐藏 播放器顶部变动计数弹幕',
itemCSS: `.danmaku-item-container > div.combo {display: none !important;}`,
itemCSS: `.danmaku-item-container > div.combo {display: none !important;}
.bilibili-combo-danmaku-container {display: none !important;}`,
}),
// 隐藏 计数结尾的弹幕
new CheckboxItem({
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.3.2',
version: '3.3.3',
description:
'净化 B站/哔哩哔哩 网页元素,去广告,BV号转AV号,播放器净化,过滤视频,过滤评论,提供300+项功能,定制自己的B站页面',
author: 'festoney8',
Expand Down

0 comments on commit 019d3e7

Please sign in to comment.