Would it be possible using only JavaScript and HTML to dynamically generate a favicon, using the current page\'s favicon as a background, and a random number in the foregrou
I don't know about doing it all in the browser, but it would be easy to have a server endpoint that accepted parameters in the URL and returned a composed favicon. Then Javascript could modify the favicon url to get the image it wanted.