Removes the summer challenge box
Remove summer challenge by kuzurreesh
Details
Authorkuzurreesh
LicenseNo License
Categoryhattrick.org
Created
Updated
Size236 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove summer challenge
@version 20230614.17.43
@namespace ?
==/UserStyle== */
@-moz-document domain("hattrick.org") {
div[class*="box sidebarBox inlineBoxLink"] {
display: none!important;
}
}