intorust / intorust.com

Learn Rust real good.
Other
304 stars 25 forks source link

Put prominent "speed control" buttons on the YouTube videos #2

Closed nikomatsakis closed 7 years ago

nikomatsakis commented 7 years ago

Not everyone knows you can make a YouTube video play at 1.5x or 2x. Particularly for tutorials, this is a nice feature to have. We should make it more prominent in the interface. There is some kind of JS API we can use:

https://developers.google.com/youtube/js_api_reference#setPlaybackRate

nikomatsakis commented 7 years ago

Got this working now. Huzzah!