Skip to content

Instantly share code, notes, and snippets.

@kostasx
Created June 3, 2014 09:58
Show Gist options
  • Save kostasx/fb7ad7f143bd05117587 to your computer and use it in GitHub Desktop.
Save kostasx/fb7ad7f143bd05117587 to your computer and use it in GitHub Desktop.
MailChimp - Auto Login Bookmark
javascript:(function(){email=document.getElementById("username");email.value="enter_username_here";pass=document.getElementById("password");pass.value="enter_password_here";document.getElementsByTagName('form')[0].submit();})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment