File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// @name :zh-CN 知乎增强
44// @name :zh-TW 知乎增強
55// @name :ru Улучшение Zhihu
6- // @version 2.3.12
6+ // @version 2.3.13
77// @author X.I.U
88// @description A more personalized Zhihu experience~
99// @description :zh-CN 屏蔽指定类别(视频、盐选、文章、想法、关注[赞同了XX/关注了XX]等等)、屏蔽用户、屏蔽关键词、默认收起回答、快捷收起回答/评论(左键两侧)、快捷回到顶部(右键两侧)、区分问题文章、移除高亮链接、净化搜索热门、净化标题消息、展开问题描述、显示问题作者、默认高清原图(无水印)、置顶显示时间、完整问题时间、直达问题按钮、默认站外直链...
@@ -1545,8 +1545,8 @@ function blockHotOther() {
15451545 }
15461546
15471547 } else if ( location . hostname === 'zhuanlan.zhihu.com' ) { // 文章 //
1548- backToTop ( 'article .Post-Main.Post-NormalMain ' ) ; // 快捷返回顶部
1549- backToTop ( 'div .Post-Sub.Post-NormalSub ' ) ; // 快捷返回顶部
1548+ backToTop ( '.Post-content ' ) ; // 快捷返回顶部
1549+ backToTop ( '.Post-Row-Content ' ) ; // 快捷返回顶部
15501550 setTimeout ( topTime_post , 300 ) ; // 置顶显示时间
15511551 blockUsers ( ) ; // 屏蔽指定用户
15521552
You can’t perform that action at this time.
0 commit comments