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.

Silent install of the firefox addon

I am trying to install a firefox xpi silently through an msi installer. I am doing so by the following …

firefox-addon mozilla silent-installer
Flash 10 Debugger flashlog.txt

I have installed the Adobe Flash Player 10 debugger for Firefox 3 and I am unable to locate the flashlog.txt file …

firefox-addon trace flash-cs3
How to convert anything to a String safely in JavaScript

If I have: var test = {toString: function(){alert("evil code"); return "test";}}; how can I convert test to a string? …

javascript security firefox-addon gecko
Logging to console from Firefox extension?

I understand that I can log to the console when using a Firefox extension with the cfx run command. Is …

firefox logging firefox-addon firebug firefox-addon-sdk
JS print Setup - Select System Paper Size?

I need to print a page in custom Paper Size as defined in the System (Windows)/ Printer and Faxes. I …

javascript firefox printing firefox-addon printing-web-page
Altering HTTP Responses in Firefox Extension

How can I alter the HTTP response body in a Firefox extension? I have setup an http-on-examine-response observer and an …

javascript firefox-addon
Changing Window.prototype.open in a way that isn't detectable/reversible

I am looking into ways to extend Firefox pop-up blocking from an extension. One option is replacing window.open() (or …

javascript firefox firefox-addon firefox4 prototype-programming
Intercept and modify DOM before page is displayed to user

I'm trying to create a Firefox addon (using addon SDK) that will modify how the page is displayed, mostly as …

javascript firefox-addon firefox-addon-sdk mozilla
Get add-on id of extensions in Firefox

I want to open extensions in browser tab as a normal html page so that I can automate it using …

firefox browser firefox-addon firefox-addon-sdk firefox-webextensions
Pixel perfect (firebug addon) alternative

I've been using pixel perfect for quite a long time, and grown to love it (despite it's annoyances). Now, when …

firefox-addon firebug pixel-perfect