Skip to content

Suppress Tumblr Live by jkopczyn

Details

Authorjkopczyn

LicenseCC0

CategoryTumblr

Created

Updated

Size874 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the Tumblr Live entries at the top of the dashboard

Notes

Likely to break on updates as it uses the obfuscated/nonce class names rather than anything structural.

Source code

/* ==UserStyle==
@name         Suppress Tumblr Live
@version      20230222.23.28
@namespace    userstyles.world/user/jkopczyn
@description  Hides the Tumblr Live entries at the top of the dashboard
@author       jkopczyn
@license      CC0
==/UserStyle== */

/* ==UserStyle==
@name         Suppress Tumblr Live
@version      20230222.20.40
@namespace    userstyles.world/user/jkopczyn
@description  Hide streaming video divs
@author       jkopczyn
@license      CC0
==/UserStyle== */

@-moz-document url("https://www.tumblr.com/dashboard"), domain("www.tumblr.com") {
/* Suppress Live on dash/root */
.So6RQ .ADlDx,
.So6RQ .RAEnv {
    display: none;
}
}

@-moz-document url("https://www.tumblr.com/dashboard"), domain("www.tumblr.com") {
/* Suppress Live top icon on dash/root */
div.KTRcB:has(use[href="#managed-icon__live-video"]) {
    display: none;
    margin: 0 0;
}
}

Reviews

No reviews yet.