YouTube Qualitizer
Posted: Wed Apr 23, 2008 2:05 pm
I found on this page on sinbad's blog, that you can watch YouTube videos at better quality by adding "&fmt=18" to the end of the video.
To do this quicker, if you're using Firefox (should work with IE and others too), you can add a bookmark with piece of javascript code that does this quickly.
1. Go to the Bookmarks menu, and click on Organize Bookmarks.
2. Click the New Bookmark... icon.
3. Set the name as 'YouTube Qualitizer' or something like that, and set the location field as the following code:-
4. Click OK.
Now, whenever you're on a YouTube page, just click this bookmark to watch the video at a better quality. You can make it automatic using GreaseMonkey scripts.
To do this quicker, if you're using Firefox (should work with IE and others too), you can add a bookmark with piece of javascript code that does this quickly.
1. Go to the Bookmarks menu, and click on Organize Bookmarks.
2. Click the New Bookmark... icon.
3. Set the name as 'YouTube Qualitizer' or something like that, and set the location field as the following code:-
Code: Select all
javascript:if(top.location.href.indexOf("youtube")!=-1){location.href=top.location.href+"&fmt=18"};Now, whenever you're on a YouTube page, just click this bookmark to watch the video at a better quality. You can make it automatic using GreaseMonkey scripts.