Skip to content

Hide Tumblr Live, Exclusives, and Ads by ChrisMunguia

Screenshot of Hide Tumblr Live, Exclusives, and Ads

Details

AuthorChrisMunguia

LicenseNo License

Categoryhttps://www.tumblr.com/

Created

Updated

Size808 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small CSS code to hide Tumblr Live, Tumblr Live List Icon, the Tumblr Exclusive Banner, Ads, and go Ad-Free button.

Notes

09/02/2023 - Updated CSS to also hide ads and go ad free button.

11/12/2023 - Updated CSS to fix Tumblr Live being visible again.

Source code

/* ==UserStyle==
@name         Hide Tumblr Live, Tumblr Live list Icon, and Tumlbr Exclusive
@version      20230819.00.52
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.tumblr.com/") {
/*Hide Tumblr Live*/
.wQ2Ma.EiXnY, .wQ2Ma.KDMTE{
    display: none;
    visibility: hidden;
}

/*Hide Tumblr List Live Icon*/
ul.gM9qK li.IYrO9.g8SYn a[href="/live"]{
    display: none;
    visibility: hidden;
}

/*Hide Tumlbr Exclusive*/
.xACoA.moatContainer, .H4DuS, .Cewkz{
    display: none;
    visibility: hidden;
}

/*Hide Ads*/
.Yc2Sp.KLXOg, .So6RQ.moatContainer{
    display: none;
    visibility: hidden;
}

/*Hide Tumblr List Ad-Free Icon*/
ul.gM9qK li.IYrO9.g8SYn a[href="/settings/ad-free-browsing"]{
    display: none;
    visibility: hidden;
}
}

Reviews

No reviews yet.