A userstyle that will hide all notification badges on cohost!
cohost! - hide notification badges by wildfirekithara
Details
Authorwildfirekithara
LicenseNo License
Categorycohost.org
Created
Updated
Size377 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 cohost! - hide notification badges
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A userstyle that will hide all notification badges on cohost!
@author Glimmer Rhodes
==/UserStyle== */
@-moz-document domain("cohost.org") {
svg.fill-sidebarAccent {
visibility: hidden;
}
}