Skip to content

Commit 1c381ff

Browse files
committed
fix
1 parent f6486a7 commit 1c381ff

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.20.3
9+
// @version 2017.3.21.1
1010
// @created 2011-6-15
1111
// @namespace http://userscripts.org/users/NLF
1212
// @homepage http://hoothin.com
@@ -7643,7 +7643,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
76437643
};
76447644

76457645
if(!src && imgPA){//链接可能是一张图片...
7646-
if(/\.(?:jpg|jpeg|png|gif|bmp)$/i.test(iPASrc) && iPASrc!=img.src){
7646+
if(/\.(?:jpg|jpeg|png|gif|bmp)(\?[^\?]*)?$/i.test(iPASrc) && iPASrc!=img.src){
76477647
src=iPASrc;
76487648
};
76497649
if(src)type='scale';

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name VIP视频破解
33
// @name:en VIP Video Cracker
44
// @namespace hoothin
5-
// @version 1.5.5
5+
// @version 1.5.6
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -42,12 +42,12 @@
4242
'use strict';
4343
var cracks=[
4444
{name:"47影视云",url:"http://api.47ks.com/webcloud/?v=%s",title:"首选"},
45-
{name:"小海解析",url:"https://ckplaer.duapp.com/hai.php?url=%s"},
46-
{name:"无名小站1",url:"http://www.wmxz.wang/video.php?url=%s"},
47-
{name:"无名小站2",url:"http://www.sfsft.com/admin.php?url=%s"},
48-
{name:"71ki解析",url:"http://jx.71ki.com/tong.php?url=%s"},
49-
{name:"VIP看看",url:"http://2.jx.72du.com/video.php?url=%s"},
50-
{name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"这个用的不是自己的服务,仅是简单嵌了47影视云、小海解析等几个解析站"},
45+
{name:"无名小站1",url:"http://www.wmxz.wang/video.php?url=%s",title:"次选"},
46+
{name:"无名小站2",url:"http://www.sfsft.com/admin.php?url=%s",title:"无名小站的源码"},
47+
{name:"小海解析1",url:"https://ckplaer.duapp.com/hai.php?url=%s",title:"播放器似乎放在百度开发者平台"},
48+
{name:"小海解析2",url:"http://jx.ck921.com/?url=%s",title:"和上面的用的应该是同样的服务器"},
49+
{name:"VIP看看",url:"http://2.jx.72du.com/video.php?url=%s",title:"无名小站的源码"},
50+
{name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"用的不是自己的服务,仅是简单嵌了47影视云、小海解析等几个解析站"},
5151
{name:"歪歪电影",url:"http://www.yydy8.com/common/?url=%s"},
5252
{name:"10号影院",url:"http://player.gakui.top/?url=%s"},
5353
{name:"Relon",url:"http://yyygwz.com/index.php?url=%s"},
@@ -63,15 +63,15 @@
6363
{name:"Moondown",url:"http://moon.moondown.net/?url=%s"},
6464
{name:"选片网",url:"http://jx.xuanpianwang.com/parse?url=%s"},
6565
{name:"云上",url:"http://www.ou522.cn/t2/1.php?url=%s"},
66-
{name:"小海解析",url:"http://jx.ck921.com/?url=%s"},
6766
{name:"强强卷",url:"http://000o.cc/jx/ty.php?url==%s"},
6867
{name:"Lewei369",url:"http://s1y2.com/?url=%s"},
6968
{name:"紫狐云",url:"http://yun.zihu.tv/play.html?url=%s"},
7069
{name:"眼睛会下雨",url:"http://www.vipjiexi.com/yun.php?url=%s"},
7170
{name:"土豪网",url:"http://www.tuhao13.com/yunparse/index.php?url=%s"},
7271
{name:"舞动秋天",url:"http://qtzr.net/s/?qt=%s"},
7372
{name:"CloudParse",url:"http://api.cloudparse.com/?url=%s"},
74-
{name:"迷失之梦",url:"http://mt2t.com/yun?url=%s",title:"这个解析站似乎不大稳定,时常停用接口"}
73+
{name:"迷失之梦",url:"http://mt2t.com/yun?url=%s",title:"这个解析站似乎不大稳定"},
74+
{name:"71ki解析",url:"http://jx.71ki.com/tong.php?url=%s"}
7575
],video,i=0;
7676
var iqiyi=location.hostname.indexOf("iqiyi.com")!=-1;
7777
var vipVideoCrackJump=GM_getValue("vipVideoCrackJump");

0 commit comments

Comments
 (0)