Created
May 18, 2017 10:23
-
-
Save usirin/5310bcb7f15dffa88f763e979e2f7f2b 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
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate'); v.playbackRate = parseFloat(t) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment