Skip to content

Fandom Debloater by ddeeddii

Screenshot of Fandom Debloater

Details

Authorddeeddii

LicenseMIT

Categoryuserstyles, debloat, fandom, wiki

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Attempts to debloat Fandom's wiki pages by removing all the unnecessary things you most likely don't care about, like the global bar on the left.

Unlike some other userstyles, this one corrects for the removed elements, meaning everything looks exactly how it should.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fandom Debloater
@version      20230717.16.10
@namespace    userstyles.world/user/ddeeddii
@description  Attempts to debloat Fandom's wiki pages by removing all the unnecessary things you most likely don't care about, like the global bar on the left.

Unlike some other userstyles, this one corrects for the removed elements, meaning everything looks exactly how it should.
@author       ddeeddii
@license      No License
==/UserStyle== */

@-moz-document domain("fandom.com") {
.global-navigation {
    display: none !important;
}

.fandom-community-header__local-navigation {
    display: none;
}

.WikiaBarWrapper {
    display: none;
}

.main-container {
    margin-left: 0px;
    min-width: 702px;
    width: 100%;
}

.fandom-sticky-header {
    left: 0px;
}

.mcf-wrapper {
    display: none;
}

.search-modal:before {
    left: 0px;
}

.right-rail-wrapper {
    display: none
}

.page__right-rail {
    display: none
}

.fandom-community-header__background.cover {
    width: 100%
}

.notifications-placeholder {
    display: none
}

.fandom-community-header__background.fullScreen {
    width: 100%
}
}

Reviews

No reviews yet.