• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Updating title in web browsers when you get a notification

MikeyMikey13

BANNED
Joined
May 25, 2014
Messages
2,340
Reaction score
1,024
I would like to see an update in the title of site when you get a message/alert

When i want to see an update I will either check my email or have to actually check the site (I know this isn't too much) but would be great if the web browser updated in real time like your emails do/social media accounts.

Example would be (1), (2), (3) etc when you get an update at the start of the title in the tabs bar.

Thanks.
 
I would like to see an update in the title of site when you get a message/alert

When i want to see an update I will either check my email or have to actually check the site (I know this isn't too much) but would be great if the web browser updated in real time like your emails do/social media accounts.

Example would be (1), (2), (3) etc when you get an update at the start of the title in the tabs bar.

Thanks.
I'm not sure what it would take to implement that, but that's an interesting suggestion nonetheless.
G403OOX
 
I'm not sure what it would take to implement that, but that's an interesting suggestion nonetheless.
G403OOX
Yes - that is the type of notification I am thinking of.

Would be great if we could get it implemented in the future.
 
It is easy to alter the tab title.

Simple as a line of javascript:

document.title="(1) " + document.title;

It would also be easy to create a simple chrome extension to do it.
 
It is easy to alter the tab title.

Simple as a line of javascript:

document.title="(1) " + document.title;

It would also be easy to create a simple chrome extension to do it.
Well it would need to be synchronized with your inbox/alerts.
 
Back
Top