Skip to content

Instantly share code, notes, and snippets.

@rbres
Last active March 4, 2016 04:47
Show Gist options
  • Save rbres/7938348 to your computer and use it in GitHub Desktop.
Save rbres/7938348 to your computer and use it in GitHub Desktop.
Set Custom Youtube Playback Speed (ex. 3X)
vid = document.getElementsByClassName("video-stream html5-main-video")[0];
vid.playbackRate = 3.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment