Only one icon if two Gmail accounts open
|
|
I have two Gmail for your domain accounts (each on a different domain). If both are open in Firefox at the same time, the tabs bar shows the numbered icon for one of them, but not for the other. |
|
|
Would you mind letting me know what URLs you see for each of those domains? You might consider editing the script yourself to have one domain have a red icon, one domain have a blue icon (look for the following line, and change ".gs" to some part of your domain name that you want to have a red icon, e.g. "mydomain.com"): this.hosted_ = ((location.href.indexOf('/a/') != -1) && (location.href.indexOf('.gs') == -1)); |
|
|
New version makes it much easier to customize domain-color mappings. |