Skip to content

Make Reddit Less Annoying by doelfke

Details

Authordoelfke

LicenseNo License

Categoryreddit.com

Created

Updated

Code size957 B

Code checksum962be75b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable annoying prompts to install the app on mobile

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Make Reddit Less Annoying
@namespace      reddit.com
@author         doelfke
@description    `Make Reddit Less Annoying`
@version        2021017
==/UserStyle== */

@-moz-document domain("reddit.com") {
    .XPromoPill.m-slideIn {
        display: none !important;
    }
    
    .XPromoBlockingModal.m-active {
        display: none !important;
    }
    
    .XPromoPopup.m-active {
        display: none !important;
    }
    
    .scroll-disabled {
        overflow: scroll !important;
        position: initial !important;
    }
    
    .xPromoAppStoreFooter {
        display: none !important;
    }
    
    .TopNav__promoButton {
        display: none !important;
    }
    
    .XPromoInFeed {
        display: none !important;
    }
    
    .m-blurred {
        filter: blur(0) !important;
    }
    
    .xPromoChoiceBanner {
        display: none !important;
    }
}

Reviews

No reviews yet.