Hides the new Tumblr Live icon for users.
Hide Tumblr Live Icon by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size427 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}