Promos Begone

No more site updates and other promotions in your notifications and navbar.

/* ==UserStyle==
@name         Promos Begone
@version      3.0.0
@description  No more site updates and other promotions in your notifications and navbar.
@author       Valognir (https://www.deviantart.com/Valognir)
@namespace https://greasyfork.org/users/573136
==/UserStyle== */


@-moz-document url-prefix("https://www.deviantart.com/") {

    /* Navigation Banner*/
    [data-hook="top_nav"] iframe,
    /* Notifications Banner */
    #root>div>div>section>div>div>div>div>section:first-child {
        display: none;
    }
    
}