Google Account Multi-Login

By Jarett Last update Oct 6, 2009 — Installed 361,014 times.

code changes for googles recent login update

in
Subscribe to code changes for googles recent login update 5 posts, 5 voices



digideth Scriptwright
FirefoxWindows

I found out how to fix this problem when one of my favorite firefox extensions quit working this past week.

So the code changes are:

this line (line 85 in my editor):
https://www.google.com/accounts/ServiceLoginAuth

needs to be changed to:
https://accounts.google.com/ServiceLoginAuth

this line (line 90 in my editor):
galx_url='https://www.google.com/a/'+ d[1] +'/ServiceLogin';

needs to change to:
galx_url='https://accounts.google.com/a/'+ d[1] +'/ServiceLogin';

this line (line 238 in my editor):
....    name="gmLoginForm" action="https://www.google.com/accounts/ServiceLoginAuth" method="post"    ....

needs to change to:
....    name="gmLoginForm" action="https://accounts.google.com/ServiceLoginAuth" method="post"    ....

BAM! Problem Solved!

enjoy.

 
DreamWalker User
FirefoxWindows

wowwww you really saved my day digideth, thanks for posting the fix for this problem. I already uninstalled and installed old versions of FF and installed the script but still the same, i also though that this could be due to new login page but i dun noh how to edit the script. Thanks again

 
techercizer Scriptwright
FirefoxWindows

Thanks a ton; that cleared my issues right up!

 
Fabrizio Scriptwright
FirefoxWindows

That's brilliant, I didn't find any license statement for this script, I assume that would make it free code, so why don't you edit the script and publish it yourself digideth?
I'll do it myself otherwise... not everyone is able to edit a script and a working "click and install" version of the script would be very nice :)

 
ahmed abdo User
FirefoxWindows

Thank you so much digideth you are the man.