We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5172f8 commit 6a0ae25Copy full SHA for 6a0ae25
1 file changed
VIP Video Cracker/VIP Video Cracker.user.js
@@ -148,6 +148,9 @@
148
if(video){
149
clearInterval(si);
150
var videoParent=video.parentNode;
151
+ if(location.hostname.indexOf("v.yinyuetai.com")!=-1){
152
+ videoParent.parentNode.style.position="absolute";
153
+ }
154
videoParent.appendChild(crackArea);
155
placeholder.style.lineHeight=getComputedStyle(videoParent).height;
156
if(vipVideoCrackJump){
0 commit comments