Youtube High Quality

By kenmaz Last update Mar 31, 2008 — Installed 12,459 times.
// ==UserScript==
// @name           Youtube High Quality
// @namespace      net.kenmaz
// @description    Improves quality of the Youtube video.
// @include        http://youtube.com/watch*
// @include        http://*.youtube.com/watch*
// @exclude        http://youtube.com/watch*fmt=18
// @exclude        http://*.youtube.com/watch*fmt=18
// ==/UserScript==
window.location.replace(document.URL + "&fmt=18");