Skip to content

Commit

Permalink
chore: update menu and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Jul 4, 2024
1 parent 9ba2199 commit 6b0838d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- 新增:动态过滤 用户名过滤
- 新增:动态过滤 标题过滤
- 新增:动态过滤 时长过滤
- 新增:直播页 折叠房间观众/大航海
- 新增:直播页 折叠排行榜/大航海
- 新增:直播页 禁用壁纸
- 优化:评论区 踩/回复只在hover时显示,增加延迟减少跳变
- 优化:顶栏 隐藏活动,搜索框样式
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
> - **页面净化:「首页、播放页、影视番剧播放页、直播间、搜索页、动态页、热门页、频道页」**
> - **视频过滤:「首页、播放页、搜索页、热门页、频道页、空间页」**
> - **评论过滤:「播放页、影视番剧播放页、动态页」**
> - **动态过滤:「动态页」**
![](images/usage.png)

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const main = async () => {
regIDs.splice(0, regIDs.length)
}
const register = () => {
regIDs.push(GM_registerMenuCommand('✅页面净化设置', () => createPanelWithMode('rule', RULE_GROUPS)))
regIDs.push(GM_registerMenuCommand('✅页面净化优化', () => createPanelWithMode('rule', RULE_GROUPS)))

if (
isPageHomepage() ||
Expand Down

0 comments on commit 6b0838d

Please sign in to comment.