|
2 | 2 | // @name VIP视频破解 |
3 | 3 | // @name:en VIP Video Cracker |
4 | 4 | // @namespace hoothin |
5 | | -// @version 1.8.3 |
| 5 | +// @version 1.8.5 |
6 | 6 | // @description 解析并破解各大视频站的VIP权限 |
7 | 7 | // @description:en Crack VIP permissions of some chinese video sites |
8 | 8 | // @author hoothin |
|
51 | 51 | {name:"最小品(s)",url:"https://www.zuixiaopin.com/api/cloudVideo?url=%s"}, |
52 | 52 | {name:"妹儿云(s)",url:"https://www.yymeier.com/api.php?url=%s"}, |
53 | 53 | {name:"那片(s)",url:"https://jxapi.nepian.com/ckparse/?url=%s"}, |
| 54 | + {name:"FlvSP(s)",url:"https://api.flvsp.com/?url=%s"}, |
54 | 55 | {name:"海播(s)",url:"https://www.0335haibo.com/tong.php?url=%s"}, |
55 | 56 | {name:"眼睛会下雨",url:"http://www.vipjiexi.com/yun.php?url=%s",title:"域名改成海播了,https证书也没了"}, |
56 | 57 | {name:"小海解析(s)",url:"https://ckplaer.duapp.com/hai2.php?url=%s",title:"播放器放在百度开发者平台"}, |
57 | 58 | {name:"爱看TV",url:"http://aikan-tv.com/?url=%s"}, |
| 59 | + {name:"噗噗电影",url:"http://pupudy.com/webcloud/index.php?url=%s"}, |
| 60 | + {name:"米沃",url:"http://jx.mihatv.com/miwo1.php?url=%s"}, |
| 61 | + {name:"速度牛",url:"http://api.wlzhan.com/tong/?url=%s"}, |
58 | 62 | {name:"资源帝",url:"http://www.ziyuand.cn/jx1/jx.php?url=%s"}, |
59 | 63 | {name:"旋风解析",url:"http://api.xfsub.com/index.php?url=%s"}, |
60 | 64 | {name:"Relon",url:"http://yyygwz.com/index.php?url=%s"}, |
|
247 | 251 | } |
248 | 252 | }else if(location.hostname.indexOf("v.youku.com")!=-1){ |
249 | 253 | if(vipVideoCrackEmbed)videoHeight="580px"; |
| 254 | + }else if(location.hostname.indexOf("le.com")!=-1){ |
| 255 | + document.querySelector('.juji_cnt').addEventListener('click', function(e){ |
| 256 | + if(!vipVideoCrackJump)return; |
| 257 | + var target=e.target; |
| 258 | + if(target.tagName!="A")return; |
| 259 | + location.href="http://www.le.com/ptv/vplay/"+target.getAttribute("data-vid")+".html"; |
| 260 | + }); |
250 | 261 | }else if(iqiyi){ |
251 | 262 | var plgcontainer=document.querySelector('[data-player-hook=plgcontainer]'); |
252 | 263 | var videoLoading=document.querySelector('[data-player-hook=videoLoading]'); |
|
262 | 273 | if(plgcontainer)plgcontainer.parentNode.removeChild(plgcontainer); |
263 | 274 | if(videoLoading)videoLoading.parentNode.removeChild(videoLoading); |
264 | 275 | document.querySelector('#widget-dramaseries').addEventListener('click', function(e){ |
| 276 | + if(!vipVideoCrackJump)return; |
265 | 277 | 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); |
266 | 278 | if(target.tagName!="LI")return; |
267 | 279 | GM_xmlhttpRequest({ |
|
0 commit comments