Comment by [deleted] on 20/05/2022 at 13:13 UTC

50 upvotes, 1 direct replies (showing 1)

View submission: Found Reddit video player source code

View parent comment

Here,

--------------------------------------------------------------------------------

const VideoHandler = (): void -> {
  if (Video.IsInteresting() || Math.random() > 0.5) {
    RedditVideoPlayer.Play();
  } else {
    RedditVideoPlayer.Play();
  }
};

--------------------------------------------------------------------------------

Replies

Comment by [deleted] at 20/05/2022 at 15:52 UTC

16 upvotes, 1 direct replies

[deleted]