eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

[Feature request] Add tab title change notification indicator #268

Closed sabi0 closed 6 years ago

sabi0 commented 6 years ago

When GMail receives a new email it changes the page title. And that triggers Firefox to show a notification "light" on the GMail tab: https://stephentvedt.com/2012/09/17/firefox-pinned-tab-notifications/

This is very useful for compact pinned tabs. And unfortunately Tab Center Redux does not show such notifications yet.

allixx commented 6 years ago

not exactly a solution you're looking for, but you can enable "Unread message icon" addon in gmail's Labs to display unread messages count on gmail page icon.

sabi0 commented 6 years ago

GMail was just an example. I also have other pinned tabs I want to have notifications for, e.g. Telegram. Thanks for the tip anyway.

Keith94 commented 6 years ago

I think the API needs to be added first. See https://bugzilla.mozilla.org/show_bug.cgi?id=1396684

sabi0 commented 6 years ago

Well, Tree Style Tabs developers apparently found some workaround then. Would it be possible to simply detect title changes until the proper "attention" access API lands? (e.g. in the tab.js updateTitle() method)

eoger commented 6 years ago

Yup it should be easy enough to do, at least for the title changes.