Just a little theme to hide chat if you're not a Season Pass holder.
fishtank.live (Hide Chat + User Info) by mishyvt
Details
Authormishyvt
LicenseNo License
Categoryfishtank.live
Created
Updated
Size840 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Simple script to hide elements.
Source code
/* ==UserStyle==
@name fishtank.live - 4/19/2023, 7:53:34 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("fishtank.live") {
@media screen and (min-width: 800px) and (min-height: 500px) {
main[class^="AppShell"] {
width: 100% !important;
grid-template-columns: 0 100% 0 !important;
grid-template-rows: repeat(1,auto) 1fr 72px;
}
div[class^="LiveStreamsList"],
div[class^="AdditionalLinksPanel"],
div[class^="UserPanel"],
button[class^="Logo"] {
display: none;
}
div[class^="MainPanel"] {
}
}
div[class^="Chat"] {
display: none;
}
}