|
2 | 2 | // @name VIP视频破解 |
3 | 3 | // @name:en VIP Video Cracker |
4 | 4 | // @namespace hoothin |
5 | | -// @version 1.6.0 |
| 5 | +// @version 1.6.1 |
6 | 6 | // @description 解析并破解各大视频站的VIP权限 |
7 | 7 | // @description:en Crack VIP permissions of some chinese video sites |
8 | 8 | // @author hoothin |
|
49 | 49 | {name:"VIP看看",url:"http://2.jx.72du.com/video.php?url=%s",title:"无名小站的源码"}, |
50 | 50 | {name:"歪歪电影",url:"http://www.yydy8.com/common/?url=%s"}, |
51 | 51 | {name:"石头解析",url:"https://jiexi.071811.cc/jx.php?url=%s"}, |
52 | | - {name:"百域阁",url:"http://api.svip.baiyug.cn/svip/index.php?url=%s"}, |
53 | 52 | {name:"10号影院",url:"http://player.gakui.top/?url=%s"}, |
54 | 53 | {name:"Relon",url:"http://yyygwz.com/index.php?url=%s"}, |
55 | 54 | {name:"爱看TV",url:"http://aikan-tv.com/tong.php?url=%s"}, |
|
74 | 73 | {name:"迷失之梦",url:"http://mt2t.com/yun?url=%s",title:"这个解析站似乎不大稳定"}, |
75 | 74 | {name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"仅是简单嵌了47影视云、小海解析等几个解析站"}, |
76 | 75 | {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"}, |
78 | 78 | ],video,videoWidth,videoHeight,i=0; |
79 | 79 | var iqiyi=location.hostname.indexOf("iqiyi.com")!=-1; |
80 | 80 | var vipVideoCrackJump=GM_getValue("vipVideoCrackJump"); |
|
106 | 106 | var value=select.options[select.options.selectedIndex].value; |
107 | 107 | if(value){ |
108 | 108 | 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 | + } |
109 | 117 | if(!vipVideoCrackEmbed || !embedCrack(url)){ |
110 | 118 | 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 | | - } |
119 | 119 | } |
120 | 120 | select.options.selectedIndex=0; |
121 | 121 | } |
|
0 commit comments