Skip to content

Commit

Permalink
修复 [屏蔽指定类别 - 赞同了XX]、[屏蔽指定类别 - 关注了XX] 在从首页推荐/热榜等切换到关注页时没有生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Sep 8, 2024
1 parent 7c4c877 commit 0293029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Zhihu-Enhanced.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name:zh-CN 知乎增强
// @name:zh-TW 知乎增強
// @name:en Zhihu enhancement
// @version 2.3.7
// @version 2.3.8
// @author X.I.U
// @description 屏蔽指定类别(视频、盐选、文章、想法、关注[赞同了XX/关注了XX]等等)、屏蔽用户、屏蔽关键词、默认收起回答、快捷收起回答/评论(左键两侧)、快捷回到顶部(右键两侧)、区分问题文章、移除高亮链接、净化搜索热门、净化标题消息、展开问题描述、显示问题作者、默认高清原图(无水印)、置顶显示时间、完整问题时间、直达问题按钮、默认站外直链...
// @description:zh-TW 屏蔽指定類別(視頻、鹽選、文章、想法、關注[贊同了XX/關注了XX]等等)、屏蔽用戶、屏蔽關鍵詞、默認收起回答、快捷收起回答/評論、快捷回到頂部、區分問題文章、移除高亮鏈接、默認高清原圖(無水印)、默認站外直鏈...
Expand Down Expand Up @@ -1513,6 +1513,7 @@ function blockHotOther() {
setTimeout(()=>{
blockKeywords('follow'); // 屏蔽指定关键词
blockType(); // 屏蔽指定类别(视频/文章等)
blockType('follow'); // 屏蔽指定类别(赞同了XX/关注了XX等)
}, 500);
}
})
Expand Down

0 comments on commit 0293029

Please sign in to comment.