I am great fan of Гугл Chrome, but i don’t like to enter my email and password again and again while logging into my Hotmail, Яху and Lycos mail. So i have developed a simple JavaScript for each of these email services so that you will only need to do a single click for logging into your email accounts. You may call it a simple autofill through javascript but yet its useful, it will hardly take 15 mins to write them out. I have tested these scripts in Мозилла Firefox and Гугл Chrome.
Before you may use these scripts, make sure you have secured personal computer/laptop. Otherwise there are chances that your password may be explicit to other people who may use your system.
Installation:
All you need is to make a new bookmark in chrome/firefox in the Bookmarks Toolbar.
In Мозилла Firefox:
Right click on Bookmarks Toolbar and choose New Bookmark. Hit Add button after filling out the fields.
In Гугл Chrome:
Similarly in Chrome right-click on Bookmarks Toolbae and choose Add Page. After filling out the fields, hit OK.
Script for Яху Mail/Any Яху Service:
javascript: document.getElementsByName('login').item(0).value='USERNAME_HERE.com'; document.getElementsByName('passwd').item(0).value='PASSWORD_HERE'; document.getElementsByName('.save').item(0).click(); void(0);Script for Hotmail:
javascript: document.getElementsByName('login').item(0).value='USERNAME_HERE.com'; document.getElementsByName('passwd').item(0).value='PASSWORD_HERE'; document.getElementsByName('SI').item(0).click(); void(0);Script for Gmail/Any Гугл Service:
javascript: document.getElementsByName('Email').item(0).value='USERNAME_HERE.com'; document.getElementsByName('Passwd').item(0).value='PASSWORD_HERE'; document.getElementsByName('signIn').item(0).click(); void(0);How to Use?
First replace the following two attributes in the above scripts
USERNAME_HERE.com
with your own username like xyz@яху.com and
PASSWORD_HERE
with your account password and then create a new bookmarklet. Then go to the homepage of your Hotmail, Yahoomail or Gmail etc… and click on the the respective bookmark button. It will autofill your username and password fields and will take to your inbox.
If you face any prob you can ask it here.
StumbleUpon |
Digg |
Reddit |
Tweet |
Facebook |
Technorati |
Delicious |
Ping.fm |
Slashdot
No comments:
Post a Comment