Skip to content

Commit f86f437

Browse files
committed
fix
1 parent 1a21a5c commit f86f437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}else{
9090
vipVideoCrackUrl=value;
9191
GM_setValue("vipVideoCrackUrl",vipVideoCrackUrl);
92-
video.parentNode.removeChild(video);
92+
video.parentNode.replaceChild(placeholder,video);
9393
}
9494
select.options.selectedIndex=0;
9595
}

0 commit comments

Comments
 (0)