Should hide the annoying fundraising banner.
NOTE: Please donate some spare money to wikipedia.org before hiding the banner.
Hide fundraising banner on wikipedia.org by mriot
Details
Authormriot
LicenseMIT
Categorywikipedia.org
Created
Updated
Size529 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please donate some spare money to wikipedia.org before hiding the banner.
Source code
/* ==UserStyle==
@name Hide fundraising banner on wikipedia.org
@version 20221201.00.20
@namespace userstyles.world/user/mriot
@description Should hide the annoying fundraising banner.
NOTE: Please donate some spare money to wikipedia.org before hiding the banner.
@author mriot
@license MIT
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
#centralNotice {
display: none !important;
}
#mw-page-base {
padding-top: 0 !important;
}
#mw-panel, #mw-head {
top: 0 !important;
}
}