Hacker News new | ask | show | jobs
by bobbyi 6293 days ago
The latest builds of Chrome support greasemonkey scripts: http://www.ghacks.net/2008/10/18/google-chrome-adds-greasemo...

There is also greasemonkey support in safari (with greasekit) and opera (no extension needed).

1 comments

Do GM scripts from Firefox work without modification?

Thinking further, most GM scripts only operate on the html received, and are independent of the browser. So all one needs is the GreaseMonkey platform to act as a holder, and existing GM scripts can run straight off, without modification. (maybe some use special Firefox functions, or their job is to interact with firefox specifics, but I think most wouldn't).

I don't know about Chrome, but last I tried with Safari (greasekit) and opera, they did not have 100% GreaseMonkey compatibility yet, unfortunately.