Hide the top site-notice in Wikipedia.
Wikipedia Hide Site-Notice by rod24574575
Imported from https://github.com/rod24574575/wikipedia-hide-site-notice/raw/main/wikipedia-hide-site-notice.user.styl
Mirrored from https://github.com/rod24574575/monorepo/raw/main/packages/wikipedia-hide-site-notice/wikipedia-hide-site-notice.user.styl
Details
Authorrod24574575
LicenseMIT
Categorywikipedia.org
Created
Updated
Size503 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 Site-Notice
@version 1.0.0
@namespace https://github.com/rod24574575
@description Hide the top site-notice in Wikipedia.
@author rod24574575
@homepageURL https://github.com/rod24574575/wikipedia-hide-site-notice
@supportURL https://github.com/rod24574575/wikipedia-hide-site-notice/issues
@license MIT
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
#siteNotice > * {
display: none !important;
}
}