Greasemonkey User Script Update Checker
Greasemonkey scripts are the best things about Firefox. These scripts make Firefox experience a loving one and also they give you limitless tweaking and styling properties. But when you install your script unlike Firefox extensions it never checks for updates. Here is a nice Greasemonkey script which checks the update of other Greasemonkey scripts. This makes sure that you stay in touch with the updates of all GM scripts and saves you loads of time which you will spend looking for the updates.
Auto Login to Live Mail Using Firefox
Whenever you click the new mail icon of the live messenger, you are sent to the live mail login page in whatever browser is the default in your PC, so if IE is your default browser then no problem, but most people including me prefer Firefox. Well in that case you will have to (unfortunately) manually login to your email account.
Until now there is no work around for this, but using the following GreaseMonkey script, you can login to your live mail. You have to give your username and password to this script and will automatically log you in. One major drawback is that all your security data is exposed to anyone who visits the live mail site from the specific pc, since this script automatically logs anyone who visits the live mail site.
FYI: There is an alternate more secure method HERE, choose whatever you like.
Before you install this script make sure you have the Firefox add-on GreaseMonkey
Use this script ONLY if you have your own PC with a Password protected account.
Buffer YouTube videos without playing them in Firefox.
As you know when a YouTube link is clicked it takes you to the video page and starts playing it, which is of course fine if you have a fast connection, if not it will get stuck until it gets buffered. This method shows you how to stop the video from being played automatically so it will buffer the video only. This is also convenient for people who open multiple videos on YouTube at once as well as you don’t have to pause each and every video manually. Greasemonkey should be installed on Firefox for this to work.
How to install the script:
Greasemetal : A user script manager for Google Chrome
What is Greasemetal?
Greasemetal is a UserScripts runtime for Google Chrome. The runtime hosts UserScripts (tiny JavaScript files that modify the webpages being displayed) to be executed on Google Chrome, similar to what Greasemonkey does for Mozilla Firefox, or Greasekit does for Safari.
Greasemetal is developed by Kazuho Oku as part of his research activity at Cybozu Labs, Inc., a public software company in Japan. Greasemetal is licensed under GNU Public License version 2.

