This userstyle gets rid of a bunch of useless Fandom things and expands the main content to cover more of the screen.
Minecraft Wiki debloat by ckiee
Details
Authorckiee
LicenseThe Unlicense
Categoryminecraft
Created
Updated
Size596 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 Minecraft Wiki debloat
@namespace minecraft.fandom.com
@version 1.0.0
@description Debloats the MC wiki
@author https://ckie.dev
==/UserStyle== */
@-moz-document domain("minecraft.fandom.com") {
html:not(.ve-activated) .page.has-right-rail {
display: block !important;
}
.global-navigation {
display: none;
}
.resizable-container {
max-width: 100%;
}
.main-container {
width: 100% !important;
}
.fandom-sticky-header {
display: none !important;
}
#WikiaBar {
display: none;
}
}