|
Script Summary:
removes everything but video from, and adds a quality selector and a download option to YouTube Version: 2009-10-23 (October 23, 2009) |
This script has no discussions. |
This script has no reviews. |
October 23, 2009: code slightly updated due to changes on YouTube
there is a slightly different version of this script for Firefox:
http://userscripts.org/scripts/show/53994
the little box left of the download options has the video title in it for your convenience: just click and copy it, then paste the video title in your browser's download dialog (if you wish it to be the file name). voila!
there's only 2 parameters that you should edit:
// Default video player size
var videoSize = "fill";
zoom factor: I recommend using "1" (thats 100% size) rather than "fill" or "max"
and
// Forces the change of the video format
var defaultVideoFormat = "18";
I recommend using "18" as most videos nowadays are available in that quality (with very few exceptions)
this 'merge' or 'mash up' script is based on
"YousableTubeFix [for Opera]"
http://userscripts.org/scripts/show/36453
and
"Download YouTube videos in various formats"
http://userscripts.org/scripts/show/40250





