Remove banners and disturbing things
Clean Wikipedia by sparanoid
Details
Authorsparanoid
LicenseNo License
Categorywikipedia.org
Created
Updated
Size360 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 Clean Wikipedia
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove banners and disturbing things
@author Sparanoid
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
#siteNotice,
.cx-uls-relevant-languages-banner {
display: none !important;
}
}