Skip to content

Instantly share code, notes, and snippets.

@JustAnotherMark
Created May 23, 2016 08:50
Show Gist options
  • Save JustAnotherMark/9f3eeb005dc530ea3ecb41d3249c213d to your computer and use it in GitHub Desktop.
Save JustAnotherMark/9f3eeb005dc530ea3ecb41d3249c213d to your computer and use it in GitHub Desktop.
Custom Youtube video speed
vid = document.getElementsByClassName("video-stream html5-main-video")[0];
vid.playbackRate = 3.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment