66// @description Powerful picture viewing tool online, which can popup/scale/rotate/batch save pictures or find the HD original picture automatically
77// @description :zh-CN NLF 的围观图修改版,增加高清原图查找显示(在线看图工具,支持图片翻转、旋转、缩放、弹出大图、批量保存、查找原图)
88// @description :zh-TW NLF 的圍觀圖修改版,增加高清原圖查詢顯示(線上看圖工具,支援圖片翻轉、旋轉、縮放、彈出大圖、批量儲存、查詢原圖)
9- // @version 2017.3.17.1
9+ // @version 2017.3.17.2
1010// @created 2011-6-15
1111// @namespace http://userscripts.org/users/NLF
1212// @homepage http://hoothin.com
@@ -5364,7 +5364,7 @@ display: block;\
53645364position: absolute;\
53655365z-index: 1;\
53665366color: #ffff00;\
5367- width: 350px ;\
5367+ width: 500px ;\
53685368font-size: large;\
53695369text-shadow: 1px 0 0 #000,-1px 0 0 #000,0 1px 0 #000,0 -1px 0 #000;\
53705370-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;\
@@ -8551,7 +8551,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
85518551 if ( srcs . length > 2 ) break ;
85528552 srcs . push ( imgData . objURL ) ;
85538553 }
8554- setSearchState ( "百度识图结束,共找到" + srcs . length + "张匹配图片" ) ;
8554+ setSearchState ( "百度识图结束,共找到" + srcs . length + "张匹配图片,开始加载第一张 " ) ;
85558555 callBackFun ( srcs ) ;
85568556 } else {
85578557 setSearchState ( "未找到原图" ) ;
@@ -8580,7 +8580,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
85808580 let jsonData = JSON . parse ( imgs [ i ] . innerHTML ) ;
85818581 srcs . push ( jsonData . ou ) ;
85828582 }
8583- setSearchState ( "谷歌识图结束,共找到" + srcs . length + "张匹配图片" ) ;
8583+ setSearchState ( "谷歌识图结束,共找到" + srcs . length + "张匹配图片,开始加载第一张 " ) ;
85848584 callBackFun ( srcs ) ;
85858585 } , onError ) ;
85868586 } else {
@@ -8600,7 +8600,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
86008600 if ( srcs . length > 2 ) break ;
86018601 srcs . push ( searchImg [ i ] . href ) ;
86028602 }
8603- setSearchState ( "Tineye识图结束,共找到" + srcs . length + "张匹配图片" ) ;
8603+ setSearchState ( "Tineye识图结束,共找到" + srcs . length + "张匹配图片,开始加载第一张 " ) ;
86048604 callBackFun ( srcs ) ;
86058605 } else {
86068606 searchNext ( ) ;
0 commit comments