50 upvotes, 1 direct replies (showing 1)
View submission: Found Reddit video player source code
Here,
--------------------------------------------------------------------------------
const VideoHandler = (): void -> { if (Video.IsInteresting() || Math.random() > 0.5) { RedditVideoPlayer.Play(); } else { RedditVideoPlayer.Play(); } };
--------------------------------------------------------------------------------
Comment by [deleted] at 20/05/2022 at 15:52 UTC
16 upvotes, 1 direct replies
[deleted]