|
2 | 2 | // @name VIP视频破解 |
3 | 3 | // @name:en VIP Video Cracker |
4 | 4 | // @namespace hoothin |
5 | | -// @version 1.8.5 |
| 5 | +// @version 1.8.6 |
6 | 6 | // @description 解析并破解各大视频站的VIP权限 |
7 | 7 | // @description:en Crack VIP permissions of some chinese video sites |
8 | 8 | // @author hoothin |
|
203 | 203 | },500); |
204 | 204 | } |
205 | 205 | if(canEmbed){ |
| 206 | + if(iqiyi){ |
| 207 | + var plgcontainer=document.querySelector('[data-player-hook=plgcontainer]'); |
| 208 | + var videoLoading=document.querySelector('[data-player-hook=videoLoading]'); |
| 209 | + var isi=setInterval(function(){ |
| 210 | + var jplayUnderFrame=document.querySelector('.J_play-underFrame'); |
| 211 | + if(jplayUnderFrame){ |
| 212 | + clearInterval(isi); |
| 213 | + var flashArea_paypop=document.querySelector('#flashArea_paypop'); |
| 214 | + if(flashArea_paypop)flashArea_paypop.parentNode.parentNode.removeChild(flashArea_paypop.parentNode); |
| 215 | + jplayUnderFrame.parentNode.removeChild(jplayUnderFrame); |
| 216 | + } |
| 217 | + },500); |
| 218 | + if(plgcontainer)plgcontainer.parentNode.removeChild(plgcontainer); |
| 219 | + if(videoLoading)videoLoading.parentNode.removeChild(videoLoading); |
| 220 | + } |
206 | 221 | iframe.width=videoWidth; |
207 | 222 | iframe.height=videoHeight; |
208 | 223 | iframe.src=url; |
|
259 | 274 | location.href="http://www.le.com/ptv/vplay/"+target.getAttribute("data-vid")+".html"; |
260 | 275 | }); |
261 | 276 | }else if(iqiyi){ |
262 | | - var plgcontainer=document.querySelector('[data-player-hook=plgcontainer]'); |
263 | | - var videoLoading=document.querySelector('[data-player-hook=videoLoading]'); |
264 | | - var isi=setInterval(function(){ |
265 | | - var jplayUnderFrame=document.querySelector('.J_play-underFrame'); |
266 | | - if(jplayUnderFrame){ |
267 | | - clearInterval(isi); |
268 | | - var flashArea_paypop=document.querySelector('#flashArea_paypop'); |
269 | | - if(flashArea_paypop)flashArea_paypop.parentNode.parentNode.removeChild(flashArea_paypop.parentNode); |
270 | | - jplayUnderFrame.parentNode.removeChild(jplayUnderFrame); |
271 | | - } |
272 | | - },500); |
273 | | - if(plgcontainer)plgcontainer.parentNode.removeChild(plgcontainer); |
274 | | - if(videoLoading)videoLoading.parentNode.removeChild(videoLoading); |
275 | 277 | document.querySelector('#widget-dramaseries').addEventListener('click', function(e){ |
276 | 278 | if(!vipVideoCrackJump)return; |
277 | 279 | 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); |
|
0 commit comments