|
2 | 2 | // @name VIP视频破解 |
3 | 3 | // @name:en VIP Video Cracker |
4 | 4 | // @namespace hoothin |
5 | | -// @version 1.6.8 |
| 5 | +// @version 1.6.9 |
6 | 6 | // @description 解析并破解各大视频站的VIP权限 |
7 | 7 | // @description:en Crack VIP permissions of some chinese video sites |
8 | 8 | // @author hoothin |
|
192 | 192 | }); |
193 | 193 | if(video){ |
194 | 194 | clearInterval(si); |
| 195 | + var videoStyle=unsafeWindow.getComputedStyle(video, null); |
| 196 | + videoWidth=videoStyle.width; |
| 197 | + videoHeight=videoStyle.height; |
| 198 | + var videoParent=video.parentNode; |
| 199 | + videoParent.appendChild(crackArea); |
| 200 | + placeholder.style.lineHeight=unsafeWindow.getComputedStyle(videoParent).height; |
195 | 201 | if(location.hostname.indexOf("v.yinyuetai.com")!=-1){ |
196 | 202 | if (!/^https?:\/\/v\.yinyuetai\.com\/video\/h5\//.test(location.href)) { |
197 | 203 | unsafeWindow.location.href = unsafeWindow.location.href.replace(/^https?:\/\/v\.yinyuetai\.com\/video\//,"http://v.yinyuetai.com/video/h5/"); |
|
204 | 210 | },1000); |
205 | 211 | } |
206 | 212 | }else if(location.hostname.indexOf("v.youku.com")!=-1){ |
207 | | - if(vipVideoCrackEmbed)video.height="90%"; |
| 213 | + if(vipVideoCrackEmbed)videoHeight="567px"; |
208 | 214 | }else if(iqiyi){ |
209 | 215 | document.querySelector('#widget-dramaseries').addEventListener('click', function(e){ |
210 | 216 | var target=e.target.parentNode; |
|
224 | 230 | crackJump(); |
225 | 231 | }); |
226 | 232 | } |
227 | | - var videoStyle=unsafeWindow.getComputedStyle(video, null); |
228 | | - videoWidth=videoStyle.width; |
229 | | - videoHeight=videoStyle.height; |
230 | | - var videoParent=video.parentNode; |
231 | | - videoParent.appendChild(crackArea); |
232 | | - placeholder.style.lineHeight=unsafeWindow.getComputedStyle(videoParent).height; |
233 | 233 | if(vipVideoCrackJump){ |
234 | 234 | jumpCheck.checked=true; |
235 | 235 | } |
|
0 commit comments