Skip to content

Commit 6a0ae25

Browse files
committed
fix
1 parent d5172f8 commit 6a0ae25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
if(video){
149149
clearInterval(si);
150150
var videoParent=video.parentNode;
151+
if(location.hostname.indexOf("v.yinyuetai.com")!=-1){
152+
videoParent.parentNode.style.position="absolute";
153+
}
151154
videoParent.appendChild(crackArea);
152155
placeholder.style.lineHeight=getComputedStyle(videoParent).height;
153156
if(vipVideoCrackJump){

0 commit comments

Comments
 (0)