Hides the count of posts on your dashboard that you haven't seen yet.
Tumblr: No Unread Posts Count by spellmotif
Details
Authorspellmotif
LicenseNo License
Categoryhttps://www.tumblr.com/
Created
Updated
Size396 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 Tumblr: No Unread Posts Count by spellmotif
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the count of unread posts onyour dashboard
@author spellmotif
==/UserStyle== */
@-moz-document domain("tumblr.com") {
ul.gM9qK li:nth-of-type(2) div.jpu7k.jDcIV.SmqzX.XnKJk{
display: none !important;
}
}