|
Script Summary:
removes everything but video from, and adds a quality selector and a download option to YouTube Version: 22 Jul 2009 |
This script has no discussions. |
This script has no reviews. |
there is a slightly different [read: better] version of this script for Opera:
http://userscripts.org/scripts/show/53992
the little box after 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 Firefox]"
http://userscripts.org/scripts/show/13333
and
"Download YouTube videos in various formats"
http://userscripts.org/scripts/show/40250





