@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.youtube.com/watch?v=") {

body {
opacity: 0.0 !important;
background: #000 !important;
}

body:hover {
opacity: 1.0 !important;

/* ------ CHANGE THIS CODE -------- */

background: #fff !important;

/* ------ END OF CODE ------------- */


}
}