Jul 6, 2012

[iMacros Script] Secure Gmail Login

'------------------------------ Start Script -----------------------------------

URL GOTO=https://www.google.com/accounts/ServiceLogin?service=mail
 TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.google* ATTR=ID:Email CONTENT=<YOUR GMAIL LOGIN>
 SET !ENCRYPTION NO
 TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://www.google* ATTR=ID:Passwd CONTENT=<YOUR GMAIL PASSWORD>
 TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:https://www.google* ATTR=ID:PersistentCookie CONTENT=NO
 TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://www.google* ATTR=NAME:signIn
 'Switch to HTTPS
 URL GOTO=https://mail.google.com/mail


' ------------------------- End Script ------------------------------------------

No comments:

Post a Comment

iMacros Script