nexusroot

Acerca de mim

Informação do programador
Nome nexusroot
Utilizador desde Set. 13, 2011
Número de extras desenvolvidos 0 extras
Avaliação média dos extras do programador Ainda sem avaliação

Minhas análises

Gmail Manager

Avaliado com 5 de 5 estrelas

So originally when this broke a few days ago I did Xander/Divirsit's fix and it seemed to work good. However earlier today I noticed that it stopped letting me left click on the user account and correctly pull up the gmail mailbox in a new tab. It would always redirect me to the gmail login page instead of auto logging in like it always did.. I ended up modifying the link in gmServiceGmail.js as follows:

this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";
should be changed to this
this._loginURL = "https://accounts.google.com/ServiceLoginAuth";

After I changed that I can now click on a mailbox from gmail manager and it launch the mailbox fully logged in like usual. If anyone else started having this same problem today try the above change, hopefully it works..

I'm hoping the dev picks back up this add-on or maybe we'll have to repackage it and release it soon under a different name.