We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2cec3 commit 296ba15Copy full SHA for 296ba15
1 file changed
VIP Video Cracker/VIP Video Cracker.user.js
@@ -120,7 +120,6 @@
120
crackArea.appendChild(quickAccess);
121
function crackJump(){
122
if(vipVideoCrackJump){
123
- console.log(value);
124
var value=vipVideoCrackUrl?vipVideoCrackUrl:cracks[0].url;
125
GM_openInTab(value.replace("%s",(iqiyi&&document.querySelector(".sns-icon>li>a")?decodeURIComponent(document.querySelector(".sns-icon>li>a").href.replace(/.*url=(.*)%3Fsrc.*/,"$1")):location.href.replace(/#.*/,""))),false);
126
if(video.parentNode && !iqiyi)video.parentNode.replaceChild(placeholder,video);
0 commit comments