Created
March 4, 2019 21:20
-
-
Save pixelandpen/90e7f556d81d49a0ecdbbdf6ff6a17bd to your computer and use it in GitHub Desktop.
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
//https://twitter.com/kentcdodds/status/1069637300458586115?lang=en | |
document.querySelectorAll('video').forEach(v => v.playbackRate = 1.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment