Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Autologin Meebo

inputs usernames and passwords automatically

inputs usernames and passwords automatically at Meebo.com. this script is not secure as the passwords are viewable by anybody poking around on your computer.






Sep 9, 2006
Richard Bron... Scriptwright

I modified this script similar to what Mark Aufflick suggested, plus a little cleanup. it's at http://userscripts.org/scripts/show/4377

 
Feb 20, 2006
Mark Aufflick Scriptwright

if you want this script to actually log you in (in it's current form it just pre-populates the fields), add the following to the bottom of the function():

window.addEventListener("load", function(e) {
unsafeWindow.gLogon.sendVerifyUser();
}, false);

You could comment on this script if you were logged in.