Skip to content

Remove bloat from Fandom by superluig164

Details

Authorsuperluig164

LicenseNo License

Categoryfandom

Created

Updated

Size792 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes all the crap from Fandom, like the yellow sidebar, and widens the content to fill most of the screen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove bloat from Fandom
@version      20220617.03.51
@namespace    userstyles.world/user/superluig164
@description  Removes all the crap from Fandom, like the yellow sidebar, and widens the content to fill most of the screen.
@author       superluig164
@license      No License
==/UserStyle== */

@-moz-document domain("fandom.com") {
.global-navigation {
    display: none;
	width: 0px;
}

.WikiaBarWrapper .wikia-bar {
	display: none;
}

.resizable-container{
	max-width: 9999px;
}

.right-rail-wrapper{
	display: none;
	width: 0px;
}

html:not(.ve-activated) .page.has-right-rail .page__right-rail {
   width: 0px;
}

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

.page-side-tools__wrapper{
	display: none;
}

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


}

Reviews

No reviews yet.