Skip to content

Instantly share code, notes, and snippets.

@neurobashing
Created April 27, 2012 19:18
Show Gist options
  • Save neurobashing/2512014 to your computer and use it in GitHub Desktop.
Save neurobashing/2512014 to your computer and use it in GitHub Desktop.
user style to make wikipedia less annoying
#mw-panel {
display: none !important;
width: 0px;
}
#mw-head {
display: none !important;
}
#mw-head-base {
height: 0px !important;
}
#content {
margin-left: 0px !important;
}
#footer {
display: none !important;
height: 0px !important;
}
#mw-articlefeedback {
display: none !important;
}
p {
font-size: 110% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment