Google Account Multi-Login

By Jarett Last update Oct 6, 2009 — Installed 285,111 times.

private hack to make it working well for firefox 3.5

in
Subscribe to private hack to make it working well for firefox 3.5 6 posts, 6 voices



usercar Scriptwright
FirefoxWindows

thanks google, i found a artikel here:

http://blog.efrees.com/make-google-account-mult...

i tried, and it works well.
------
change Line 176

selectBox.innerHTML = '<form><select><option>Change User...</option><option>——</option>' + makeUserList('<option>', '</option>', false) + '<option>——</option><option>Add Account...</option><option>Remove Account...</option><option>Sign Out</option></select><input><input /><input /><input /><input /></form>';

to

selectBox.innerHTML = '<form><select><option>Change User...</option><option>——</option>' + makeUserList('<option>', '</option>', false) + '<option>——</option><option>Add Account...</option><option>Remove Account...</option><option>Sign Out</option></select><input><input /><input /><input /><input /></form>';

change Line 82-84

this.parentNode.Email.value = un;
this.parentNode.Passwd.value = pw;
this.parentNode.PersistentCookie.value = al;

to

document.getElementById('gaml_Email').value = un;
document.getElementById('gaml_Passwd').value = pw;
document.getElementById('gaml_PersistentCookie').value = al;

 
asm@m User
FirefoxWindows

U can download a working script here

http://blog.efrees.com/wp-content/uploads/2009/...

Teste by me and working 100%

 
seanspeng User
FirefoxMacintosh

It does not support google hosted/google apps?

 
Mozy_on User
FirefoxWindows

Link worked for me.

 
digideth Scriptwright
FirefoxWindows

download link provied by asm@m works & the script works perfectly THANK YOU!

 
Jarett Script's Author
FirefoxWindows

All better. I fixed Google Apps support too while I was in there, since I have an account of my own I can test it with now.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel