We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140d749 commit a31d1c4Copy full SHA for a31d1c4
1 file changed
ZhihuEnhanced-Time.user.js
@@ -148,15 +148,6 @@ function search()
148
}
149
150
})
151
-
152
- //隐藏相关推荐的卡片,仅保留问题卡片
153
- $(".RelevantQuery").closest(".Card.SearchResult-Card").hide();
154
- $(".KfeCollection-PcCollegeCard-wrapper").closest(".Card.SearchResult-Card").hide();
155
- if(getQueryVariable("type")=="content")
156
- {
157
- $('.Card.SearchResult-Card[data-za-detail-view-path-module="UserItem"]').hide();
158
- }
159
160
161
162
//用户主页
0 commit comments