Large

facebook-multiuser-login

By dbarrows Last update Nov 6, 2009 — Installed 1,741 times. Daily Installs: 11, 6, 7, 10, 8, 5, 5, 3, 1, 6, 9, 4, 8, 5, 5, 5, 18, 2, 10, 11, 8, 8, 3, 9, 3, 7, 7, 5, 7, 14, 3, 8
Script Summary:
Facebook auto login for shared computer, adds a "Who?" drop down list and logs in the selected user, useful for husband/wife or others that share a computer and don't mind sharing their password
Review Summary
5 stars
1 reviews (1)
4 stars
2 reviews (2)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 3 reviews

Thumb Thumb

You have to edit these lines to include the name|e-mail address|password for each user that shares the computer. Selecting the user name from the drop-down list makes automatically logs in that user. You can add as many users as you would like, but make sure the index [inside the brackets] starts at 0 and goes up from there.

userList[0] = "UserName1|emailaddress1|password1";
userList[1] = "UserName2|emailaddress2|password2";
userList[2] = "UserName3|emailaddress3|password3";

The script won't work if your password or name contains a pipe character, but you could use a different delimiter and change this line:

var userString = userList[index-1].split("|");

One user reported that they had to do a "forced reload" of the page to get the script to work. If you have trouble, try doing that. You can reload all elements of a page by holding down the Shift key while clicking the reload button or by pressing Ctrl+F5.

New Feature Added: The menu is now present at the top of every Facebook page. Selecting the menu will log the current user out and log back in as the selected user.