Permanently removes the donation banner from Wikipedia
Wikipedia No Donation Banner by cherry
Details
Authorcherry
LicenseMIT
Categorywikipedia.org
Created
Updated
Size278 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 No Donation Banner
@version 20231102.19.13
@namespace ?
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
#wmde-banner-app {
display: none !important;
}
.vector-header-container {
padding-top: 0 !important;
}
}