Skip to content

Hide Tumblr Live Icon by xserawrites

Details

Authorxserawrites

LicenseNo License

Categoryhttps://tumblr.com

Created

Updated

Code size427 B

Code checksumddc6e460

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the new Tumblr Live icon for users.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Tumblr Live Icon
@version      20230222.01.07
@namespace    userstyles.world/user/xserawrites
@description  Hides the new Tumblr Live icon for users.
@author       xserawrites
@license      No License
==/UserStyle== */

@-moz-document domain("tumblr.com") {
.KTRcB:nth-child(3) {
    display:none!important;
}

.ADlDx {
    display:none!important;
}

.RAEnv {
    display:none!important;
}
}

Reviews

No reviews yet.