Cross browser add-ons

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?

+3
source share
1 answer

IE Trixie IE7Pro, Opera , Safari GreaseKit, Chrome .

GreaseMonkey.

+1

Source: https://habr.com/ru/post/1728526/


All Articles