5 ms·
I'm glad to hear I'm not the only one who watches YouTube presentations on 1.5-2x speed. I mentioned that at work once and people looked at me like I was crazy
by thoman23 8y ago
I'm glad to hear I'm not the only one who watches YouTube presentations on 1.5-2x speed. I mentioned that at work once and people looked at me like I was crazy.
- shemtovo 8y agoNot crazy at all. Problem is YouTube only goes to 2x
- deleted 8y ago[deleted]
- waterhouse 8y agoHighly recommended: Video Speed Controller. Firefox: https://addons.mozilla.org/en-US/firefox/addon/videospeed/ https://addons.mozilla.org/en-US/firefox/addon/videospeed/ Chrome: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk?hl=en https://chrome.google.com/webstore/detail/video-speed-contro...
- sbr464 8y agoThx for sharing.
- Aromasin 8y agoA fantastic app. It saves your preferences across all embedded video formats too (bar a very select few - looking at you Crunchy Roll) which means which means you don't need to reset your speed to 2x every time you delete your cookies/cache, or visit a new website! I watch all my videos at 2x speed now and I was shocked how much time I saved. It no longer takes me most of the night to work through my YouTube notifications, and has left me so much more time for project work during the week.
- Kagerjay 8y agoBeen using this for years. You can go up to 16x speed and turn on captions to speed-read through Really just depends on how much content the video has
- haskal 8y agoI like this one more: Firefox: https://addons.mozilla.org/en-US/firefox/addon/enhancer-for-youtube/ https://addons.mozilla.org/en-US/firefox/addon/enhancer-for-... Because there are other options like switching off one tab when you start video in another tab, overlay if you scroll down, default quality (I have to be on 144p because of bandwidth constraints)
- mpkc 8y agoYou can use console in browser to control playback rate: 1. select video element with: $('video') 2. than set playbackRate property on it example write in console: $('video').playbackRate = 3; (and playback rate would be 3x) Works with rates between 0.0625 - 16.0(tested in Chrome and FF).