We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21a5c commit f86f437Copy full SHA for f86f437
1 file changed
VIP Video Cracker/VIP Video Cracker.user.js
@@ -89,7 +89,7 @@
89
}else{
90
vipVideoCrackUrl=value;
91
GM_setValue("vipVideoCrackUrl",vipVideoCrackUrl);
92
- video.parentNode.removeChild(video);
+ video.parentNode.replaceChild(placeholder,video);
93
}
94
select.options.selectedIndex=0;
95
0 commit comments