Removes fandom sidebar and fan feed.
Fix Fandom by MiloTheDev
Details
AuthorMiloTheDev
LicenseNo License
Categoryfandom
Created
Updated
Size1.2 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 Fix Fandom
@version 20231120.06.19
@namespace ?
==/UserStyle== */
@-moz-document domain("fandom.com") {
/* To remove ads you can use any ad blocker. */
nav.global-navigation__nav {
visibility: hidden;
pointer-events: none;
}
.main-container {
margin-left: 0px;
width: 100%;
max-width: 100%;
}
.is-content-expanded .resizable-container {
max-width: 85%;
}
.resizable-container {
margin-left: 7%;
margin-bottom: 0px;
}
.global-navigation__top {
background: transparent;
}
.global-navigation__bottom {
background: transparent;
}
.global-navigation {
background: transparent;
box-shadow: 0 3px 12px 0 #00000000;
}
.global-navigation__bottom.is-overflowing {
box-shadow: 0 3px 12px 0 #00000000;
}
.fandom-community-header__background.fullScreen {
width: calc(100%);
}
.fandom-community-header__background {
width: calc(100%);
}
.app-wrapper {
margin-left: 0px;
max-width: 100%;
width: 100%;
}
.fandom-sticky-header {
left: 0px;
}
#mixed-content-footer {
visibility: hidden;
pointer-events: none;
height: 0px;
}
}