Youtube High Quality

By LexGeek Last update Apr 9, 2008 — Installed 3,733 times. Daily Installs: 3, 1, 1, 4, 0, 1, 2, 0, 0, 1, 3, 0, 0, 2, 1, 3, 4, 1, 11, 0, 5, 4, 0, 0, 3, 2, 5, 1, 2, 0, 4, 1
// ==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");