random.js 133 B

12345
  1. $(function () {
  2. api('random', {}, function (data) {
  3. document.location.href = '/watch/' + String(data.video_id);
  4. });
  5. });