Considerably reduces the number of ads.
/* ==UserStyle==
@name Promos Begone
@version 4.0
@description Considerably reduces the number of ads.
@author Valognir (https://www.deviantart.com/Valognir)
@namespace https://greasyfork.org/users/573136
==/UserStyle== */
@-moz-document url-prefix("https://www.deviantart.com/") {
/* Navbar Ad */
header[role="banner"] [title="DealerAdIframe"],
/* Navbar Core Ad */
header[role="banner"] [href="https://www.deviantart.com/core-membership/buy"],
/* User Menu Core Ad */
#site-header-user-menu a[href="https://www.deviantart.com/core-membership/buy"],
#site-header-user-menu a[href="https://www.deviantart.com/core-membership/buy"] + div,
/* Wide Ad Banners */
span > aside {
display: none !important;
}
}