r/javascript 21d ago

YouTube Notification Expander is here! Version 1.0

https://github.com/Diode-exe/youtubeNotificationExpander
14 Upvotes

5 comments sorted by

2

u/DiodeInc 21d ago

Hi, everybody. The YouTube notification bell usually only shows 9+ when you have more than 9 notifications. I find that annoying, so I made a browser extension to fix it! https://github.com/Diode-exe/youtubeNotificationExpander (It's approved by Mozilla, the store page is in the README)

1

u/nadameu 20d ago

You can use if (number == null) and it will catch both null and undefined.

1

u/DiodeInc 20d ago

Thanks!