Youtube High Quality

By kenmaz Last update Mar 31, 2008 — Installed 9,857 times. Daily Installs: 9, 7, 8, 9, 5, 9, 7, 5, 6, 5, 4, 12, 1, 3, 3, 5, 8, 1, 3, 5, 1, 6, 7, 7, 7, 14, 7, 5, 5, 1, 9, 6
// ==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");