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

Details
AuthorMalevolence2006
LicenseNo License
Categoryfandom.com
Created
Updated
Code size1.1 kB
Code checksum2ce805c3
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 20250414.18.21
@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;
position: absolute; }
.community-navigation__fandom-heart {
display: none; }
#community-navigation {
border: none; }
if transparent-community-nav {
#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 {
display: none; }
.app-wrapper {
margin-left: 0;
max-width: none; }
}