Skip to content

Instantly share code, notes, and snippets.

@mfaani
Last active March 12, 2019 15:30
Show Gist options
  • Save mfaani/2efc6dba501cca174ffd5772880329e1 to your computer and use it in GitHub Desktop.
Save mfaani/2efc6dba501cca174ffd5772880329e1 to your computer and use it in GitHub Desktop.
Increase WWDC Playback speed on Chrome/Safari
// Just open your browser's inspector. In its console, type:
document.getElementsByTagName("video")[0].playbackRate = 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment