Youtube High Quality

By LexGeek Last update Apr 9, 2008 — Installed 3,765 times. Daily Installs: 1, 11, 0, 5, 4, 0, 0, 3, 2, 5, 1, 2, 0, 4, 1, 3, 2, 0, 0, 0, 1, 3, 2, 11, 0, 2, 1, 2, 2, 1, 5, 0
// ==UserScript==
// @name           Youtube High Quality
// @namespace      lexgeek
// @description    Changes all youtube videos to format 18, a.k.a. high quality
// @include        *youtube.com/watch*
// @exclude        *youtube.com/watch*fmt=18*
// ==/UserScript==
window.location.replace(document.URL + "&fmt=18");