Makes fandom wiki pages great again (removes top video, sidebar, bottom bar, bottom feeds, fandom navigation, and extends main content to fill container).
Fandom - Remove Garbage by nilfisk
Details
Authornilfisk
Licenseunlicense
Categoryd
Created
Updated
Size722 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 Fandom - Remove Garbage
@description Makes fandom wiki pages great again (removes top video, sidebar, bottom bar, bottom feeds, fandom navigation, and extends main content to fill container).
@namespace https://greasyfork.org/users/317698
@author jurassicplayer
@version 1.0.0
@license unlicense
@downloadURL https://update.greasyfork.org/scripts/403111/Fandom%20-%20Remove%20Garbage.user.css
==/UserStyle== */
@-moz-document domain("fandom.com") {
#mixed-content-footer, #WikiaRailWrapper, div[itemprop="video"], .wds-global-footer, #WikiaBarWrapper, .wds-global-navigation__content-bar-left {
display:none;
}
#WikiaMainContent {
width: 100%;
}
}