More concise style for fandom.com pages
Less noisy Fandom by modelflat
Details
Authormodelflat
LicenseUNLICENSE
Categoryfandom
Created
Updated
Size550 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This tiny style is meant to reduce visual noise on fandom.com pages.
- Hides page suggestions on the right of the page
- Hides page suggestions on the bottom of the page (who the fuck thought it is a good idea?)
- Hides navigation bar on the left (this might not be suited well for people who edit pages, didn't test)
Source code
/* ==UserStyle==
@name Less noisy Fandom
@version 20221006.12.08
@namespace userstyles.world/user/modelflat
@description More concise style for fandom.com pages
@author modelflat
@license UNLICENSE
==/UserStyle== */
@-moz-document domain("fandom.com") {
#mixed-content-footer,
#WikiaBar,
.popular-pages,
.global-navigation,
.global-footer__content {
display: none;
}
.main-container {
margin-left: 0px;
}
.search-modal,
.search-modal:before {
left: 0px;
}
:root {
--theme-body-background-image: none;
}
}