/* ==UserStyle==
@name           [Oli Bros] Ad hiding: The Verge
@namespace      The Oliver Bros
@version        0.0.3
@description    Hide ads, sponsor elements and promotions
==/UserStyle== */

@-moz-document domain("theverge.com"),
               domain("www.theverge.com") {

/* 'Next up' section after articles */
.c-nextclick
{ display: none !important; }

/* 'Good deals' section */
.c-rock-list
{ display: none !important; }

/* Newsletter sign-up */
.c-newsletter_signup_box
{ display: none !important; }

/* Adblock nag */
.adblock-allowlist-messaging__article-wrapper
{ display: none !important; }

}
