Top "Firefox-addon" questions

Commonly, you should use this tag IN ADDITION TO the tag for the specific type of add-on which you are asking about.

Getting "net::ERR_BLOCKED_BY_CLIENT" error on some AJAX calls

Recently I've realised that, some adblocker extensions (such as adBlocker plus) block some Ajax calls. I get that error on …

ajax google-chrome-extension firefox-addon
Parsing JSON from XmlHttpRequest.responseJSON

I'm trying to parse a bit.ly JSON response in javascript. I get the JSON via XmlHttpRequest. var req = new …

javascript json firefox-addon bit.ly
.setAttribute("disabled", false); changes editable attribute to false

I want to have textboxes related to radiobuttons. Therefore each radio button should enable it's textbox and disable the others. …

javascript firefox firefox-addon xul
Convert URL to File or Blob for FileReader.readAsDataURL

Reference: FileReader.readAsDataURL Considering the following example: function previewFile(file) { var reader = new FileReader(); reader.onloadend = function () { console.log(reader.…

javascript firefox-addon firefox-addon-restartless
Firefox Add-on RESTclient - How to input POST parameters?

I've installed Firefox RESTclient add-on but , I'm having hard time figuring out how to pass POST parameters. Is there a …

rest post firefox-addon
What is a MIME type?

I have been reading about how to build plug-ins and this "MIME type" keeps getting discussed in it. I have …

browser firefox-addon mime-types
Common sources of unterminated string literal

I am trying to debug a JavaScript script that gets read in a Firefox extension and executed. I only can …

javascript debugging firefox-addon
How can I fix WebStorm warning "Unresolved function or method" for "require" (Firefox Add-on SDK)

I'm using WebStorm 7 for Firefox Add-on SDK development. WebStorm shows a warning: "Unresolved function or method" for require(). I want …

javascript firefox-addon webstorm firefox-addon-sdk
Postman addon's like in firefox

Is there a recommended add-ons in the firefox, which is has the most features that postman have?

firefox firefox-addon postman
How to add java plugin for Firefox on Linux?

I want to add java plugin for FireFox (v10.0.12) on Linux(Centos 5.6 64bit). I have JDK 1.7.0_12 installed, and add a …

java firefox plugins firefox-addon