Hide the blue number badge on the notifications tab
twitter.com by tonyennis145
Details
Authortonyennis145
LicenseNo License
Categorytwitter
Created
Updated
Size342 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 twitter.com
@version 20220504.15.15
@namespace userstyles.world/user/tonyennis145
@description Hide the blue number badge on the notifications tab
@author tonyennis145
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com") {
div[aria-label*="items"] {
opacity: 0;
}
}