Removes the side bar and footer for fitgirl-repacks.site
No side bar and footer for fitgirl-repacks.site by DarkionAvey

Details
AuthorDarkionAvey
LicenseNo License
Categoryfitgirl-repacks.site
Created
Updated
Code size445 B
Code checksumc7d73c0e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No side bar and footer for fitgirl-repacks.site
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the side bar and footer for fitgirl-repacks.site
@author DarkionAvey
==/UserStyle== */
@-moz-document domain("fitgirl-repacks.site") {
#content-sidebar,
#footer-sidebar,
.site-footer {
visibility: collapse !important;
height: 0px
}
}