hide donation banners. before u feel bad, they aren't going away, this is a fundraising campaign
NO WIKIPEDIA DONATIONS by minnieo
Details
Authorminnieo
LicenseNo License
Categoryen.wikipedia.org
Created
Updated
Size366 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 NO WIKIPEDIA DONATIONS
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author minnie
==/UserStyle== */
@-moz-document domain("en.wikipedia.org") {
.vector-sitenotice-container,
[aria-label="fundraising banner"] {
display: none !important;
}
}