|
Hi, here's another two, this time for UDACITY. 1) Automatically go to the next video or quiz upon reaching the end of the current video. 2) Selects 720p video quality by default and changes page layout to accommodate this size. Quizes and programming editor needs further work (as I update the code on userscript all installed scripts will be automatically updated) Tested on Chrome. Should also work on FF and Opera. This script can can be installed as an Chrome extension or as a tampermonkey script. Install from: 1) Auto next video&quiz: http://userscripts.org/scripts/show/126694 2) 720p quality and layout: http://userscripts.org/scripts/show/126697 Check out also: coursera hack Custom video speed using [ and ] and [coursera hack] Auto next video (works on full screen) You are awesome!
I added these to wiki too.
(25 Feb '12, 08:17)
Gundega ♦♦
|
|
Somebody on Udacity official forums asked:
Is it possible? Can you make something like that? Pretty please ? :-) 1
You can speed up YouTube videos by opting in to their HTML5 trial at http://www.youtube.com/html5.
Enabling HTML5 on Youtube only offers 1.5x and 2x speedup by default. There's a property 'playbackRate', though, which you can set to custom values (document.getElementsByClassName('video-stream')[0].playbackRate=##, found on Udacity forum)
1
@rhasarub would it be possible to have a userscript that opts in HTML5 trial and add options to speed up by 10% like for Coursera videos ? I guess it should be possible? Haven't dabbled in Chrome extension coding
@Gundega: I'm sure it is possible, but I never wrote an userscript myself...
|
|
Really great thing! |