Skip to content

Hide Dashboard Posts Icon (Topbar Ver.) by xserawrites

Details

Authorxserawrites

LicenseNo License

Categoryhttps://tumblr.com

Created

Updated

Size900 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the small number that appears in blue on the dashboard topbar for the Home, Messages, and Activity sections. This version does NOT hide the blue indicator on minimized IM windows when you’re sent a new message, but it will hide message alerts in the topbar.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Dashboard Posts Icon (Topbar Ver.)
@version      20230301.18.50
@namespace    userstyles.world/user/xserawrites
@description  Hides the small number that appears in blue on the dashboard topbar for the Home, Messages, and Activity sections. This version does NOT hide the blue indicator on minimized IM windows when you’re sent a new message, but it will hide message alerts in the topbar.
@author       xserawrites
@license      No License
==/UserStyle== */

@-moz-document domain("tumblr.com") {
/* ==UserStyle==
@name           Hide Dashboard Posts Icon (topbar version)
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Tumblr Userstyle to hide activity icons in the topbar.
@author         xseraphina on Tumblr
==/UserStyle== */
}

@-moz-document domain("tumblr.com") {
div.jpu7k:nth-child(2) {
        display:none;
    }
}

Reviews

No reviews yet.