I am looking to make the browser add-on as widely and easily distributed as possible.
Is there a set of wrapper add-ins for all major browsers that will allow me to write a single piece of code that can then be executed in any of the main browsers? I don't need anything, just the DOM and some ajax stuff.
Something like greasemonkey lines for IE, FF and Chrome would be nice.
In the same vein, is there a way to link my script so that it asks for the installation of greasemonkey (if it is not installed) and then leads to the script?
source
share