Y
Hacker News
new
|
ask
|
show
|
jobs
by
kkuduk
4839 days 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
1 comments
mixmastamyk
4839 days ago
I believe I use html5 w/youtube, though not easy to tell. Is this javascript the only interface?
link