Skip to content

Improved Minecraft Wiki by rollerozxa

Screenshot of Improved Minecraft Wiki

Details

Authorrollerozxa

LicenseNo License

Categoryhttps://minecraft.fandom.com

Created

Updated

Size772 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Significantly improve the Minecraft Wiki by removing unnecessary junk cluttering up the screen and removing the max-width restriction.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Improved Minecraft Wiki
@version      20220505.18.32
@namespace    userstyles.world/user/rollerozxa
@description  Significantly improve the Minecraft Wiki by removing unnecessary junk cluttering up the screen and removing the max-width restriction.
@author       rollerozxa
@license      No License
==/UserStyle== */

@-moz-document domain("minecraft.fandom.com") {
aside.page__right-rail, .global-navigation, .wds-global-footer, #mixed-content-footer, .top-ads-container, .WikiaBarWrapper, .global-footer, #ds_cpp_inner, .page__right-rail, .bottom-ads-container {
	display: none;
}
.resizable-container {
	max-width: unset;
	width: 90%; /* customise this if you want full width */
}
.main-container {
	width: unset;
	margin-left: unset;
}
}

Reviews

No reviews yet.