|
2 | 2 | // @name VIP视频破解 |
3 | 3 | // @name:en VIP Video Cracker |
4 | 4 | // @namespace hoothin |
5 | | -// @version 1.7.8 |
| 5 | +// @version 1.8.0 |
6 | 6 | // @description 解析并破解各大视频站的VIP权限 |
7 | 7 | // @description:en Crack VIP permissions of some chinese video sites |
8 | 8 | // @author hoothin |
|
48 | 48 | {name:"47影视云",url:"https://api.47ks.com/webcloud/?v=%s",title:"首选"}, |
49 | 49 | {name:"无名小站",url:"http://www.wmxz.wang/video.php?url=%s",title:"次选"}, |
50 | 50 | {name:"石头解析(s)",url:"https://jiexi.071811.cc/jx.php?url=%s"}, |
51 | | - {name:"爱看TV(s)",url:"https://aikan-tv.com/tong.php?url=%s"}, |
| 51 | + {name:"爱看TV(s)",url:"http://aikan-tv.com/?url=%s"}, |
52 | 52 | {name:"最小品(s)",url:"https://www.zuixiaopin.com/api/cloudVideo?url=%s"}, |
53 | 53 | {name:"妹儿云(s)",url:"https://www.yymeier.com/api.php?url=%s"}, |
54 | 54 | {name:"那片(s)",url:"https://jxapi.nepian.com/ckparse/?url=%s"}, |
55 | 55 | {name:"眼睛会下雨(s)",url:"https://www.vipjiexi.com/yun.php?url=%s"}, |
56 | 56 | {name:"小海解析1(s)",url:"https://ckplaer.duapp.com/hai2.php?url=%s",title:"播放器似乎放在百度开发者平台"}, |
57 | 57 | {name:"小海解析2",url:"http://jx.ck921.com/hai2.php?url=%s",title:"和上面的用的应该是同样的服务器"}, |
| 58 | + {name:"资源帝",url:"www.ziyuand.cn/jx1/jx.php?url=%s"}, |
58 | 59 | {name:"Relon",url:"http://yyygwz.com/index.php?url=%s"}, |
59 | 60 | {name:"SO视频",url:"http://parse.colaparse.cc/?url=%s"}, |
60 | 61 | {name:"5奇异",url:"http://www.jiexi.cx/5qiyi/?url=%s"}, |
|
235 | 236 | }else if(location.hostname.indexOf("v.youku.com")!=-1){ |
236 | 237 | if(vipVideoCrackEmbed)videoHeight="580px"; |
237 | 238 | }else if(iqiyi){ |
| 239 | + var plgcontainer=document.querySelector('[data-player-hook=plgcontainer]'); |
| 240 | + var videoLoading=document.querySelector('[data-player-hook=videoLoading]'); |
| 241 | + var isi=setInterval(function(){ |
| 242 | + var jplayUnderFrame=document.querySelector('.J_play-underFrame'); |
| 243 | + if(jplayUnderFrame){ |
| 244 | + clearInterval(isi); |
| 245 | + var flashArea_paypop=document.querySelector('#flashArea_paypop'); |
| 246 | + if(flashArea_paypop)flashArea_paypop.parentNode.parentNode.removeChild(flashArea_paypop.parentNode); |
| 247 | + jplayUnderFrame.parentNode.removeChild(jplayUnderFrame); |
| 248 | + } |
| 249 | + },500); |
| 250 | + if(plgcontainer)plgcontainer.parentNode.removeChild(plgcontainer); |
| 251 | + if(videoLoading)videoLoading.parentNode.removeChild(videoLoading); |
238 | 252 | document.querySelector('#widget-dramaseries').addEventListener('click', function(e){ |
239 | 253 | var target=e.target.parentNode.tagName=="LI"?e.target.parentNode:(e.target.parentNode.parentNode.tagName=="LI"?e.target.parentNode.parentNode:e.target.parentNode.parentNode.parentNode); |
240 | 254 | if(target.tagName!="LI")return; |
|
0 commit comments