Skip to content

Instantly share code, notes, and snippets.

View ChrisFulstowAGL's full-sized avatar

Chris Fulstow ChrisFulstowAGL

View GitHub Profile
@ChrisFulstowAGL
ChrisFulstowAGL / fast-forward.js
Created May 8, 2016 10:15
Video playback speed bookmarklet
javascript:var s = prompt("Playback speed?"); document.getElementsByTagName("video")[0].playbackRate = parseFloat(s);