Removes those annoying bars to make the site look a bit cleaner.
Superior Fandom by Malevolence2006

Details
AuthorMalevolence2006
LicenseNo License
Categoryfandom.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Superior Fandom
@version 20250319.05.13
@namespace https://userstyles.world/user/Malevolence2006
@description Removes those annoying bars to make the site look a bit cleaner.
@author Malevolence2006
@license No License
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-explore-navigation {
content-visibility: hidden;
left: -66px;
}
.global-top-navigation {
background: none;
border-bottom: 0;
}
if transparent-community-nav {
/*Makes the top bar transparent*/
#community-navigation {
background: none;
border-bottom: 0;
}
}
.fandom-community-header__background {
transform: translateY(0);
}
.fandom-community-header__background.fullScreen {
width: 100%;
}
.main-container {
width: 100%;
margin-left: 0;
}
html:not(.ve-active) .page.has-right-rail .page__right-rail.is-rail-hidden {
width: 0;
}
.global-footer {
content-visibility: hidden;
}
.app-wrapper {
margin-left: 0;
max-width: none;
}
}