Skip to content

Instantly share code, notes, and snippets.

@hardbap
Created May 3, 2020 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hardbap/5d12b497d9390104b8f0634ac73b8666 to your computer and use it in GitHub Desktop.
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