Google Chrome To Get Full Greasemonkey Support



Everyone loves Greasemonkey scripts, and this blog has a cool collection of best greasemonkey scripts. Greasemonkey scripts add powerful customizations and functionalities without any complex effort.

Using userscripts in Google Chrome is not supported very well (though, here is a trick to use few greasemonkey in Chrome) – because it does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs / GM functions. :(

Here is an important announcement about greasemonkey support in Google Chrome – you will be able to execute almost all userscripts (except those using Firefox-specific APIs) in Chrome very soon. Chrome will install these scripts as extension.

Greasemonkey Script Support In Google Chrome

This feature is already live in the latest builds of Chromium – the open source browser project behind Chrome. To test it, download the latest version of Chromium from here (link for Windows XP) and visit the userscripts.org to install any script.

This feature will be added to Google Chrome dev channel and stable version in coming days. It seems very promising. :)

  • Will Chrome support all GM functions and APIs?
  • In Firefox, because of a separate add-on and interface, it is easy to add and remove sites to be included with userscripts. Users can modify the scripts and can add or remove more sites easily. But as Chromium executes them as extension – modifying scripts is a tougher task!
  • Google Chrome has an additional advantage : “Early Injection” – the ability to run scripts very early in the page’s lifecycle. (See details)

   [ via gos ]




Must Read These Posts:

  1. How To Run Greasemonkey Scripts In Google Chrome
  2. 5 Differences Between Firefox Add-ons And Chrome Extensions
  3. On-Screen Keyboard Interface Using Greasemonkey Script
  4. Major UI Changes Coming To Greasemonkey Add-on For Firefox
  5. Shareaholic Extension For Google Chrome
  6. Official Extension Gallery For Google Chrome Is Coming Soon
  7. How To Use Greasemonkey Scripts in Opera?

3 Comments »

  1. cgiridhar (Giridhar) Said,

    RT @arpitnext: Google Chrome To Get full Greasemonkey Support [link to post]

  2. OmkarDutta (Omkar Dutta) Said,

    Superb! RT @arpitnext: Google Chrome To Get full Greasemonkey Support [link to post]

  3. tweeter_lover (Tweeter Lover) Said,

    Google Chrome To Get Full Greasemonkey Support: You will be able to execute almost all userscripts in Chrome ve..

Leave a Comment