I built two separate Firefox extensions which are fundamentally incompatible with each other. The incompatibility is by design, as it would be totally unlogical for a user to install both. While I can
Executing this JavaScript: window.addEventListener(\"contextmenu\", function(e) { afunction(e); }, true);
When you need to create or access well-known objects 开发者_开发百科in XPCOM, where do you find their contract IDs?You also should look at the Mozilla code through http://mxr.mozilla.org to understand
Are there any easy ways to override the default behaviors of the geolocation api and just hard code your current location?
I am developing an addon which will modify all the http request made by firefox. So, I want to listen and mod开发者_开发知识库ify all the request url made by browser from different sites. How can I ge
I currently maintain an add-on for Firefox that adds a number of capabilities to a forum web site that implements its own markup language, sim开发者_StackOverflow社区ilar to what stackoverflow provide
I\'ve spent a long time trying different things to get this to work but nothing does and documentation is not helping much.
I\'ve tried to engage with the jquery and jquery ui communities (email list, irc), in addition to Google and more experienced coworkers, but nothing has proved fruitful. I\'ve found stackoverflow usef
In Firefox (Windows) when you view source from the browser it will not update the source on a page if certain AJAX components have changed. An example is you navigate to the page and it fully loads.
More precisely my goal is to create an add-on (or plug-in?) which is able to communicate with my main Cocoa application using something like the NSDistributedNotificationCenter. I need to be able to i