I have a firefox extension that listens to \"http-on-modify-request\" and inspects all GET requests coming from firefox.I\'d like to be able to cancel the request (say return a fail code to the page)
Is there a good way to disable cache for spec开发者_C百科ific domains? For example, anytime I start building a new website can I block just that domain from caching? I would prefer the rest of the int
I need to get the cache file path for ever image lo开发者_高级运维aded in a document, I am wondering what are the Interfaces I need to use in order to do that
I am trying to check which option the user selects in the default context menu for browser (Firefox3+) using Javascrip开发者_Go百科t. When I tried searching about it, they say the only option is to cr
I am trying to trap an http request, change some of its post parameters and send the modified request.
I need to provide a search box in my firefox addon, but I want to find o开发者_如何学Gout the user\'s preferred search engine so that I can make that as a default when the user installs my addon.
I am thinking of building a firefox extension. This extensi开发者_StackOverflowon requires the ability of performing screen shots.
I need to write an extension for firefox that accepts data from a socket connection and can send reply messages via the same port. I was wondering if anyone knows of any tutorials or some example code
HI, I am trying to create a firefox extension that can be activated and display the UI on the click of a button. I want this extension to run only on those tabs wh开发者_JAVA百科ere it is activated.
I am writing a Firefox Add-On that currently is depending on jQuery for the following things: Selectors