YouTube music/hide video

By Chris Done Last update Jun 15, 2008 — Installed 114 times.
// ==UserScript==
// @name           YouTube music/hide video
// @namespace      http://youtube.com
// @description    Resize the youtube player just for audio
// @include        http://*.youtube.com/watch?v=*
// @include        http://youtube.com/watch?v=*
// ==/UserScript==

var player = document.getElementById('movie_player');

player.style.height = "25px"; // the height of the progress bar
player.quality = "low"; // no point rendering high quality