troll
removes the dumb team logos that are plastered everywhere every season.
Remove Team Logo Plaster (hackingtons.io) by Someone68
Details
AuthorSomeone68
LicenseNo License
Categoryhackingtons.io
Created
Updated
Size354 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
troll
Source code
/* ==UserStyle==
@name Remove Team Logo Plaster (hackingtons.io)
@version 20240103.04.27
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://hackingtons.io/") {
.homePageTeams {
background: transparent !important;
background-image: none !important;
}
.banner.left, .banner.right {
display: none !important;
}
}