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 :en Zhihu enhancement
6- // @version 2.0.2
6+ // @version 2.0.3
77// @author X.I.U
88// @description 移除登录弹窗、屏蔽首页视频、默认收起回答、快捷收起回答/评论(左键两侧)、快捷回到顶部(右键两侧)、屏蔽用户、屏蔽关键词、移除高亮链接、屏蔽盐选内容、净化搜索热门、净化标题消息、展开问题描述、显示问题作者、置顶显示时间、完整问题时间、区分问题文章、直达问题按钮、默认高清原图、默认站外直链
99// @description :zh-TW 移除登錄彈窗、屏蔽首頁視頻、默認收起回答、快捷收起回答/評論、快捷回到頂部、屏蔽用戶、屏蔽關鍵詞、移除高亮鏈接、屏蔽鹽選內容、淨化搜索熱門、淨化標題消息、置頂顯示時間、完整問題時間、區分問題文章、默認高清原圖、默認站外直鏈...
@@ -1468,16 +1468,19 @@ function questionInvitation(){
14681468
14691469
14701470 } else { // 首页 //
1471+ // 解决屏蔽类别后,因为首页信息流太少而没有滚动条导致无法加载更多内容的问题
1472+ document . lastElementChild . appendChild ( document . createElement ( 'style' ) ) . textContent = '.Topstory-container {min-height: 1500px;}' ;
1473+
14711474 collapsedNowAnswer ( 'main div' ) ; // 收起当前回答 + 快捷返回顶部
14721475 collapsedNowAnswer ( '.Topstory-container' ) ; // 收起当前回答 + 快捷返回顶部
14731476 setInterval ( function ( ) { topTime_ ( '.TopstoryItem' , 'ContentItem-meta' ) } , 300 ) ; // 置顶显示时间
14741477 addTypeTips ( ) ; // 区分问题文章
14751478 addToQuestion ( ) ; // 直达问题按钮
1476- blockUsers ( 'index' ) ; // 屏蔽指定用户
1477- blockKeywords ( 'index' ) ; // 屏蔽指定关键词
1478- blockType ( ) ; // 屏蔽指定类别(视频/文章等)
1479- // 解决屏蔽视频后,因为首页信息流太少而没有滚动条导致无法加载更多内容的问题
1480- if ( menu_value ( 'menu_blockTypeVideo' ) ) document . lastElementChild . appendChild ( document . createElement ( 'style' ) ) . textContent = '.Topstory-container{min-height: 1500px;}' ;
1479+ if ( location . pathname == '/' ) {
1480+ blockUsers ( 'index' ) ; // 屏蔽指定用户
1481+ blockKeywords ( 'index' ) ; // 屏蔽指定关键词
1482+ blockType ( ) ; // 屏蔽指定类别(视频/文章等)
1483+ }
14811484 }
14821485 }
14831486} ) ( ) ;
You can’t perform that action at this time.
0 commit comments