Thumb

facebook-multiuser-login

By dbarrows Last update Nov 6, 2009 — Installed 1,094 times. Daily Installs: 12, 8, 4, 14, 5, 6, 7, 1, 5, 7, 6, 11, 9, 4, 4, 7, 4, 40, 54, 42, 31, 24, 19, 19, 20, 10, 25, 24, 15, 7, 3, 6
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
Recently Updated TopicsPosts
Enhancement Ideas2
Does this work for anybody...9
Friendly Warning1

this script has 3 topics, 12 posts

Review Summary
5 stars
1 reviews (1)
4 stars
1 reviews (1)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 2 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.