Dunno where i am supposed to post this.
New here and all
Anyways i have a great script hack for youtube
2 clicks and you have a video downloading in MP4 format
Perfect for you zune
And its exstremely simple
NOTE: I use IE V7
and hopefully so does everyone else
*****
Here is what you do
First you click on the Tools Tab
Then highlight toolbars
Then click Links
You should have a little toolbar pop up called "Links"
Now then, Make a link
This is what you want for the link target
NOTE: MUST BE LINK, NOT A FAVORITE
Code:
javascript:if%20(document.getElementById('download-youtube-video')==null%20&&%20!!(document.location.href.match(/http://[a-zA-Z.]*youtube.com/watch/)))%20{var%20yt_mp4_path='http://www.youtube.com/get_video?fmt=18&video_id='+swfArgs['video_id']+'&t='+swfArgs['t'];%20var%20div_embed=document.getElementById('watch-embed-div');if(div_embed){var%20div_download=document.createElement('div');div_download.innerHTML='<br%20/>%20<span%20id=\'download-youtube-video\'><a%20href=\''+yt_mp4_path+'\'>Download%20as%20MP4</a>%20'+%20%20((navigator.userAgent.indexOf('Safari')!=-1)?'(control-click%20and%20select%20<i>Download%20linked%20file%20as</i>)':('(right-click%20and%20select%20<i>Save%20'+%20(navigator.appName=='Microsoft%20Internet%20Explorer'?'target':'link')%20+'%20as)</i>'))+'</span>';div_embed.appendChild(div_download);}}void(0);
NOTE: When you make this link, you will get some security warning, trust me this is completely legit and not spyware or malware. Click yes you wish to allow it.
I named that link "Get youtube video"
Kinda obvious why I did
NOTE: This ONLY works for youtube
All you have to do is go to youtube and go to the video page you want
Just click the link
The "More Information" window will refresh
And underneath the authors name and more info stuff will be a nice little link that says "Get video" or "Download in .mp4 format"
Just right click and save.
Cheers and have fun with it!
--Daggertips