English 中文(简体)
Compile a userscript to a Safari and an Opera extension?
原标题:

I built a Greasemonkey userscript for Firefox and Chrome, and I now want to convert it to a Safari extension and an Opera extension.

Are there any compilers out there like Arantius Greasemonkey-to-extension compiler but for Opera or Safari?

最佳回答

There isn t a good compiler for converting userscripts into Safari or Opera extensions. Some userscripts work on Opera though, and there are some older Safari extensions that run some userscripts, but I don t hear good things about them.

问题回答

Take a look on http://kangoextensions.com/ it supports all the browsers you want. You can start with this post http://kangoextensions.com/blog/modifying-content-of-web-pages-using-jquery/ showing how you can create a content script and use jQuery in it.





相关问题
jQuery redirect not working in non-IE browsers

I m trying to redirect all links to a particular page on our site to a secure connection using jQuery. This code works fine in IE, but it doesn t work in any other browser (tried it in Chrome, Firefox,...

Browser-friendly way to simulate anchor click with jQuery?

I m trying to simulate a click on an anchor tag using jQuery. I ve been digging around StackOverflow and Google for a while and haven t found anything that works on all of the browsers I m testing. So ...

Widescreen check on normal screen

I work normal screen and I develop some web application. When the application goes on widescreen some of the pages looks weired. Is there any way I can view my web page as it looks in Widescreen on my ...

Cross-browser development

I m developing a web application for a new service, starting from Firefox 3.5. The interface design is tableless, only using divs + CSS & performance-blessed practices. Now, while being ...

热门标签