Greasemonkey (and some other great tools) makes Firefox a really open browser. Many people have not migrated to Google Chrome just because of Greasemonkey add-on. And, here is a great news for all those people who use Chrome : Now Chrome supports Greasemonkey!
But, there are some limitations as well (as with Opera — which also supports some greasemonkey scripts). Chrome does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs.
Well, here is how to run userscripts in chrome :
- Add this flag to Google Chrome launcher :
--enable-user-scripts

For this right click on the shortcut icon, select properties > shortcut.
- Now, create a folder in your user data directory. Name it as User Scripts.
C:\Documents and Settings\windows-username\Local Settings\Application Data\Google\Chrome
- Save your all GM scripts in this folder. Please ensure the files have .user.js extension.
- And, you are done! Restart the chrome — and visit any related site. It is quite possible that your favorite GM Script will do the magic.
// @run-at document-start
Cool!!

Greasemonkey Script NoAddict in Chrome
0 Responses to How To Run Greasemonkey Scripts In Google Chrome