5 ms·
just enable html5 player and you can choose 1.5 on youtube. Or, if it too fast (depending on the speaker), just do: document.getElementsByTagName('video')[0]
by kkuduk 14y ago
just enable html5 player and you can choose 1.5 on youtube. Or, if it too fast (depending on the speaker), just do:
document.getElementsByTagName('video')[0].playbackRate = 1.3
- mixmastamyk 14y agoI believe I use html5 w/youtube, though not easy to tell. Is this javascript the only interface?