Remove YouTube Tab Notification Count
A userscript that removes the notification count from the tab title on YouTube, ensuring a distraction-free browsing experience.
Features
- Automatically removes the notification count (e.g.,
(3)
) from YouTube tab titles.
- Preserves the rest of the tab title for easy recognition.
How It Works
- Intercepts changes to the
document.title
property.
- Strips the notification count using a regular expression.
- Retains YouTube’s original tab title structure without the distraction of notification counts.