File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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- //图片调整到最高清晰度
235234function 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 //每个页面对应的功能函数
You can’t perform that action at this time.
0 commit comments