Youtube High Quality

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