Skip to content

Clean Wikipedia by sparanoid

Screenshot of Clean Wikipedia

Details

Authorsparanoid

LicenseNo License

Categorywikipedia.org

Created

Updated

Size360 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove banners and disturbing things

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;
  }
  
}

Reviews

No reviews yet.