Skip to content

Instantly share code, notes, and snippets.

@bananatron
Created May 8, 2021 16:58
Show Gist options
  • Save bananatron/b07958b1edbcf21db5a63253434b07c6 to your computer and use it in GitHub Desktop.
Save bananatron/b07958b1edbcf21db5a63253434b07c6 to your computer and use it in GitHub Desktop.
Increase Youtube playback speed (Faster than 2x)
// Copy and paste the code below in the javascript console
document.getElementsByTagName("video")[0].playbackRate = 3
// (Replace '3' with any value; 2x is current cap through the Youtube UI)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment