`Changes the maximzed state of the Frogtube player to 720p like in Cosmic Panda.`
/* ==UserStyle==
@name Frogtube - Player Size like Cosmic Panda
@namespace Greasy Fork
@author brenden7158
@description `Changes the maximzed state of the Frogtube player to 720p like in Cosmic Panda.`
@version 2012131.14.23
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("frogtube.xyz"), domain("frogtube.tk") {
#watch-video.medium #watch-player {
width: 1280px !important;
height: 750px !important;
}
#watch-video.medium {
margin: auto !important;
width: 100% !important;
}
}