We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831395f commit fce7756Copy full SHA for fce7756
1 file changed
Zhihu-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 知乎增强
3
-// @version 1.1.5
+// @version 1.1.6
4
// @author X.I.U
5
// @description 一键收起回答、置顶显示时间、区分问题文章、默认高清原图、默认折叠邀请
6
// @match *://www.zhihu.com/*
@@ -217,7 +217,7 @@ function topTime_search()
217
// 置顶显示时间 - 用户主页
218
function topTime_people()
219
{
220
- $(".ContentItem.AnswerItem").each(function(){
+ $(".ContentItem.AnswerItem, .ContentItem.ArticleItem").each(function(){
221
if( !($(this).find(".ContentItem-time").hasClass("full")) && $(this).find(".ContentItem-time").length>0 && $(this).find(".ContentItem-time").find("span").text() != null)
222
223
// 完整显示时间
0 commit comments