Skip to content

Hide notification count by bumbel

Details

Authorbumbel

LicenseNo License

Categoryyoutube

Created

Updated

Code size303 B

Code checksumc5c3d044

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide Youtube unread red notification count badge number

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide notification count
@version      20250223.21.05
@namespace    ?
@description  Hide Youtube unread red notification count badge number
==/UserStyle== */

@-moz-document domain("youtube.com") {
[aria-label="Notifications"] div:not(:has(*)) {
    visibility: hidden;
}
}

Reviews

No reviews yet.