Skip to content

Commit

Permalink
update: live page item and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Sep 5, 2024
1 parent 2c63cb5 commit c2dce84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
## 3.11.0

- 移除:播放页 接下来播放免过滤、播放结束免过滤
- 新增:播放页 对相关视频暂存数据进行整体过滤
- 新增:播放页 相关视频暂存数据过滤,自动替换接下来播放
- 更新:直播页 弹幕列表过滤功能,适配页面变化
- 更新:动态页 净化功能适配新版评论区
- 更新:动态页 评论过滤适配新版评论区
- 优化:评论区净化功能从各页面分离,成为全站通用板块
- 优化:首页净化功能
- 优化:分离评论区净化功能,成为全站通用板块
- 优化:首页 净化功能
- 优化:直播页 净化功能

## 3.10.4

Expand Down
2 changes: 1 addition & 1 deletion src/rules/live.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ if (isPageLiveHome() || isPageLiveRoom()) {
new CheckboxItem({
itemID: 'live-page-nav-search-rcmd',
description: '隐藏 推荐搜索',
itemCSS: `#nav-searchform input::placeholder {visibility: hidden;}`,
itemCSS: `#nav-searchform input::placeholder {visibility: hidden; opacity: 0 !important}`,
}),
// 隐藏 搜索历史
new CheckboxItem({
Expand Down

0 comments on commit c2dce84

Please sign in to comment.