Skip to content

Instantly share code, notes, and snippets.

@hardbap
Created May 3, 2020 14:09
Show Gist options
  • Select an option

  • Save hardbap/5d12b497d9390104b8f0634ac73b8666 to your computer and use it in GitHub Desktop.

Select an option

Save hardbap/5d12b497d9390104b8f0634ac73b8666 to your computer and use it in GitHub Desktop.
Speed up videos on web that don't display controls
document.querySelectorAll('video').forEach((video)=>video.playbackRate = 1.75);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment