Created
May 8, 2021 16:58
-
-
Save bananatron/b07958b1edbcf21db5a63253434b07c6 to your computer and use it in GitHub Desktop.
Increase Youtube playback speed (Faster than 2x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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