Created
May 23, 2026 14:33
-
-
Save whchi/6305e215b00cefa1b8116343741339db to your computer and use it in GitHub Desktop.
paste this in your browser console when open youtube
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
| // 4x speed | |
| document.getElementsByTagName("video")[0].playbackRate = 4; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment