How does GMAIL have a favicon that shows an unread message count? [duplicate] How does GMAIL have a favicon that shows an unread message count? [duplicate] google-chrome google-chrome

How does GMAIL have a favicon that shows an unread message count? [duplicate]


I am not 100% certain on how Google accomplishes this however, someone created a UserScript to mimic the functionality. You can view the source code of this script and see how they accomplished it.

http://userscripts.org/scripts/review/39432

EDIT

I'm including this resource since userscripts is no longer around:

http://lab.ejci.net/favico.js/

on github

https://github.com/ejci/favico.js


There's no property that sets a number next to the favicon, but you can change it in javascript. Check out this questionChanging website favicon dynamically