Skip to content

Commit eeacac9

Browse files
committed
去除iqiyi vip遮罩
就你得瑟
1 parent 6ff4254 commit eeacac9

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 16 additions & 2 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.7.8
5+
// @version 1.8.0
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -48,13 +48,14 @@
4848
{name:"47影视云",url:"https://api.47ks.com/webcloud/?v=%s",title:"首选"},
4949
{name:"无名小站",url:"http://www.wmxz.wang/video.php?url=%s",title:"次选"},
5050
{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"},
5252
{name:"最小品(s)",url:"https://www.zuixiaopin.com/api/cloudVideo?url=%s"},
5353
{name:"妹儿云(s)",url:"https://www.yymeier.com/api.php?url=%s"},
5454
{name:"那片(s)",url:"https://jxapi.nepian.com/ckparse/?url=%s"},
5555
{name:"眼睛会下雨(s)",url:"https://www.vipjiexi.com/yun.php?url=%s"},
5656
{name:"小海解析1(s)",url:"https://ckplaer.duapp.com/hai2.php?url=%s",title:"播放器似乎放在百度开发者平台"},
5757
{name:"小海解析2",url:"http://jx.ck921.com/hai2.php?url=%s",title:"和上面的用的应该是同样的服务器"},
58+
{name:"资源帝",url:"www.ziyuand.cn/jx1/jx.php?url=%s"},
5859
{name:"Relon",url:"http://yyygwz.com/index.php?url=%s"},
5960
{name:"SO视频",url:"http://parse.colaparse.cc/?url=%s"},
6061
{name:"5奇异",url:"http://www.jiexi.cx/5qiyi/?url=%s"},
@@ -235,6 +236,19 @@
235236
}else if(location.hostname.indexOf("v.youku.com")!=-1){
236237
if(vipVideoCrackEmbed)videoHeight="580px";
237238
}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);
238252
document.querySelector('#widget-dramaseries').addEventListener('click', function(e){
239253
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);
240254
if(target.tagName!="LI")return;

0 commit comments

Comments
 (0)