Skip to content

Commit f6a8dcf

Browse files
committed
fix
1 parent b25b648 commit f6a8dcf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 11 additions & 11 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.6.0
5+
// @version 1.6.1
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -49,7 +49,6 @@
4949
{name:"VIP看看",url:"http://2.jx.72du.com/video.php?url=%s",title:"无名小站的源码"},
5050
{name:"歪歪电影",url:"http://www.yydy8.com/common/?url=%s"},
5151
{name:"石头解析",url:"https://jiexi.071811.cc/jx.php?url=%s"},
52-
{name:"百域阁",url:"http://api.svip.baiyug.cn/svip/index.php?url=%s"},
5352
{name:"10号影院",url:"http://player.gakui.top/?url=%s"},
5453
{name:"Relon",url:"http://yyygwz.com/index.php?url=%s"},
5554
{name:"爱看TV",url:"http://aikan-tv.com/tong.php?url=%s"},
@@ -74,7 +73,8 @@
7473
{name:"迷失之梦",url:"http://mt2t.com/yun?url=%s",title:"这个解析站似乎不大稳定"},
7574
{name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"仅是简单嵌了47影视云、小海解析等几个解析站"},
7675
{name:"97在线看",url:"http://www.97zxkan.com/jiexi/97zxkanapi.php?url=%s"},
77-
{name:"71ki解析",url:"http://jx.71ki.com/tong.php?url=%s"}
76+
{name:"71ki解析",url:"http://jx.71ki.com/tong.php?url=%s"},
77+
//{name:"百域阁",url:"http://api.svip.baiyug.cn/svip/index.php?url=%s"},
7878
],video,videoWidth,videoHeight,i=0;
7979
var iqiyi=location.hostname.indexOf("iqiyi.com")!=-1;
8080
var vipVideoCrackJump=GM_getValue("vipVideoCrackJump");
@@ -106,16 +106,16 @@
106106
var value=select.options[select.options.selectedIndex].value;
107107
if(value){
108108
var url=value.replace("%s",(iqiyi&&location.href.indexOf("#")!=-1?decodeURIComponent(document.querySelector(".sns-icon>li>a").href.replace(/.*url=(.*)%3Fsrc.*/,"$1")):location.href));
109+
if(value.indexOf("hacg.user.js")!=-1){
110+
GM_setValue("hacgGodTurnVisited",true);
111+
select.options.remove(select.options.selectedIndex);
112+
}else{
113+
vipVideoCrackUrl=value;
114+
GM_setValue("vipVideoCrackUrl",vipVideoCrackUrl);
115+
if(video.parentNode)video.parentNode.replaceChild(placeholder,video);
116+
}
109117
if(!vipVideoCrackEmbed || !embedCrack(url)){
110118
window.open(url);
111-
if(value.indexOf("hacg.user.js")!=-1){
112-
GM_setValue("hacgGodTurnVisited",true);
113-
select.options.remove(select.options.selectedIndex);
114-
}else{
115-
vipVideoCrackUrl=value;
116-
GM_setValue("vipVideoCrackUrl",vipVideoCrackUrl);
117-
if(video.parentNode)video.parentNode.replaceChild(placeholder,video);
118-
}
119119
}
120120
select.options.selectedIndex=0;
121121
}

0 commit comments

Comments
 (0)