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 Topics | Posts |
|---|---|
| Enhancement Ideas | 2 |
| Does this work for anybody... | 9 |
| Friendly Warning | 1 |
this script has 3 topics, 12 posts
| Review Summary | ||
|---|---|---|
| (1) | ||
| (2) | ||
| (0) | ||
| (0) | ||
| (0) | ||
this script has 3 reviews
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.





