Hides the small number that appears in blue on the dashboard topbar for the Home, Messages, and Activity sections. This version also hides the blue indicator on minimized IM windows when you’re sent a new message.
Hide Dashboard Posts Icon (Full Ver.) by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size821 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 Dashboard Posts Icon (Full Ver.)
@version 20230301.18.48
@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 also hides the blue indicator on minimized IM windows when you’re sent a new message.
@author xserawrites
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Hide Dashboard Posts Icon (full version)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Tumblr Userstyle to hide activity icons in the topbar and on minimized IM windows.
@author xseraphina on Tumblr
==/UserStyle== */
@-moz-document domain("tumblr.com") {
div.jpu7k {
display:none;
}
}