31 upvotes, 2 direct replies (showing 2)
View submission: Found Reddit video player source code
document.onLoad = () => {
RedditVideoPlayer.play();
RedditVideoPlayer.stop();
RedditVideoPlayer.play();
RedditVideoPlayer.stop();
RedditVideoPlayer.play();
RedditVideoPlayer.stop();
if(Math.random() > 0.7) RedditVideoPlayer.play()
}
Comment by weird_dude_69_420 at 20/05/2022 at 07:20 UTC
5 upvotes, 0 direct replies
ha ha...another case
Comment by sajjadalis at 20/05/2022 at 13:16 UTC
2 upvotes, 0 direct replies
You forgot to add setTimeout() in between each play/stop. ���