It was a surprising present.
Mood: Surprised
I thank BlogIgo team for wishing me on this day.

Mood: Surprised

Hey, GreaseMonkey (http://greasemonkey.mozdev.org/) is really a cool extension to firefox. Using this you can customize the website you want, with your javascript.
For example:
On loading/reloading of the page (http://mail.yahoo.com)
you can write a simple javascript to set the desired user name in the
login box and install the script using greace monkey. And when you load
the (http://mail.yahoo.com) you can see your java script in action.
It is quite simple to install the user java script.
(First get the greace monkey plugin installed).
1. Write a java script file having extension "user.js"
For example:
(function myOnLoad() {document.login_form.login.value="yahooId";})();
2. Open the file in the firefox.
3. Click Tools -> Install User Script
4. In the Dialog box, Edit the entry with "*" and type http://mail.yahoo.com specifying that you are installing the javascript for http://mail.yahoo.com page and press OK
Mood: Surprised

