Skip to content

Commit cead761

Browse files
committed
update
1 parent 2340a78 commit cead761

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Zhihu-Enhanced.user.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name 知乎增强
33
// @version 1.1.4
44
// @author X.I.U
5-
// @description 一键收起回答、置顶显示时间、区分问题文章
5+
// @description 一键收起回答、置顶显示时间、区分问题文章
66
// @match *://www.zhihu.com/*
77
// @match *://zhuanlan.zhihu.com/*
88
// @icon https://static.zhihu.com/static/favicon.ico
@@ -231,7 +231,6 @@ function topTime_people()
231231
})
232232
}
233233

234-
//图片调整到最高清晰度
235234
function originalPic(){
236235
$("img").each(function(){
237236
if($(this).attr("data-original")!=undefined && !$(this).hasClass("comment_sticker"))
@@ -302,7 +301,6 @@ function EventXMLHttpRequest() {
302301

303302

304303
(function() {
305-
//折叠谢邀
306304
let timer=setInterval(function(){
307305
if($(".QuestionInvitation-content").text().indexOf("更多推荐结果") > -1)
308306
{
@@ -328,7 +326,6 @@ function EventXMLHttpRequest() {
328326
}
329327
})
330328

331-
//图片调整到最高清晰度
332329
setInterval(originalPic,100)
333330

334331
//每个页面对应的功能函数

0 commit comments

Comments
 (0)