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.


