Hide Wikipedia Sidebar
Wikipedia Hide Sidebar by alkarnur
Details
Authoralkarnur
LicenseNo License
Categorywikipedia
Created
Updated
Size415 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 Wikipedia Hide Sidebar
@version 20220713.03.34
@namespace userstyles.world/user/alkarnur
@description Hide Wikipedia Sidebar
@author alkarnur
@license No License
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
#mw-panel {
display: none;
}
div#content.mw-body {
margin-left: 0px !important;
}
#left-navigation {
margin-left: 15px !important;
}
}