Can I highlight selected tabs in web browsers for new notifications like Gmail, Facebook or Twitter? I think the attached picture should explain what I mean.
I need a solution for every browser.
I have found a solution!
A simple change of site name (with JavaScript) works in every web browser that I wanted.
eg. JavaScript name change:
document.title = baseTitle + " Ding Ding!";
Source: https://habr.com/ru/post/1497422/More articles:Get Wireless Charging Information - androidGet a DOM element from a template in spine mode - javascriptWhy don't brackets compile after # {$ var} in SASS? - cssAfter invalidate (), is it possible to get a new session from the request object? - servletsImplementing PATCH with Delta using JSON Formatter - c #How to check the phone number field to accept only numbers and a maximum of 12 digits? - c #Why do people use buttons and other HTML inputs? - jqueryAndroid parent onTouchEvent abducts child onTouchEvent - androidDo I need to save classes of the same package in the same descriptor when using multiple dex files - javaTunneling two sockets in java - javaAll Articles