Skip to content

Instantly share code, notes, and snippets.

@rogersguedes
Last active November 11, 2015 16:25
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 rogersguedes/e5113b98b5c24d9d9dfe to your computer and use it in GitHub Desktop.
Save rogersguedes/e5113b98b5c24d9d9dfe to your computer and use it in GitHub Desktop.
This snippet controls the video playback speed on YouTube.
document.getElementsByClassName("video-stream")[0].playbackRate = 1.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment