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

.ad,
.ad-div,
.yad-sponsored,
.yad-footer-default,
.the-deck,
.sugarad,
#ad_main,
*[id^='taboola'],
*[id^='google_ads_iframe']
{ display: none !important; }

/* Medium blogs' 'Never miss a story' */
body.postShowScreen .js-stickyFooter
{ display: none !important; }

/* Substack 'Discover more from...' dialog and background */
div#entry > div#main article div[inert][role="dialog"],
div#entry > div#main article div[class*="_subscribeDialog"],
div#entry > div#main article div[class*="_background"]
{ display: none !important; }
