Hiding footer
CurseForge - footer hider by xiggi
Details
Authorxiggi
LicenseNo License
Categorycurseforge
Created
Updated
Size285 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 CurseForge - footer hider
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hiding footer
@author Me
==/UserStyle== */
@-moz-document domain("curseforge.com") {
.site-footer {
display: none;
}
}