make the Pluto.tv guide usable again (in full viewport)
/* ==UserStyle==
@name Pluto.tv usable guide
@namespace usercss
@description make the Pluto.tv guide usable again (in full viewport)
@preprocessor default
@version 0.0.1.20250917183254
==/UserStyle== */
@-moz-document domain("pluto.tv")
{
[class*="liveTVLayoutContainer"]
{
height: 100%
}
video,
[class*="videoPlayerContainer"],
[class*="heroContainer"]
{
visibility: hidden !important;
display: none !important;
}
}