Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firefox Addon

Hide Location Bar From Firefox Add-on

In my add-on I have an HTML page that gets displayed upon install/update. Firefox obviously shows t… Read more Hide Location Bar From Firefox Add-on

How Do I Get Firefox Debugger Watch's Target Element?

I've been trying to add the highlighting feature to the Firefox DevTools debugger, so it will h… Read more How Do I Get Firefox Debugger Watch's Target Element?

How To Test Firefox Plugin Locally

I have a basic Google Chrome extension which needs to be ported to Firefox. I uploaded the .crx fil… Read more How To Test Firefox Plugin Locally

How To Set An Xul Key Dynamically And Securely?

I am trying to create a key element dynamically for my bootstrapped add-on. Currently, I create a k… Read more How To Set An Xul Key Dynamically And Securely?

Get Postdata As In Firebug

Anyone, help me, how to get Headers and PostData inside extension, using xpcom/something else? i ca… Read more Get Postdata As In Firebug

Execute Function On Webpage?

Say a webpage has a function like: function abc (){ return 'abc'; } How would I execute an… Read more Execute Function On Webpage?

Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?

I have recently converted a GreaseMonkey script of mine into a WebExtension, just to get a first im… Read more Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?

Webnavigation.ondomcontentloaded Url Filter Does Not Match Dns Error Url

Reference to the answer for my previous question here. Briefly: When an error occurs in a navigatio… Read more Webnavigation.ondomcontentloaded Url Filter Does Not Match Dns Error Url

About Config Preferences And Js

I wonder if it is possible to get values of certain preferences set in about:config using javascrip… Read more About Config Preferences And Js

Making Crossdomain Ajax Requests With Addons For Firefox

I'm a bit confused about how you can or cannot make crossdomain ajax requests in addons for Fir… Read more Making Crossdomain Ajax Requests With Addons For Firefox

Browser Window Minimize/maximize Event

Possible Duplicate: Firefox extension: check if window is minimized I've written a Firefox ex… Read more Browser Window Minimize/maximize Event

Mozilla Addon Development - Communicating Between Windows With Different Domains

I am trying to create an addon that will allow the user to query a dictionary site at will and view… Read more Mozilla Addon Development - Communicating Between Windows With Different Domains

Adding Jquery And Other Js Libraries To Firefox Extension

How do I include jquery and other scripts in my firefox extension? I know this topic is a copy of m… Read more Adding Jquery And Other Js Libraries To Firefox Extension

How To Open A Firefox Webextension Options Page As A Tab, Separate From About:addons

So, I've looked through the WebExtensions API, but I haven't been able to figure out how to… Read more How To Open A Firefox Webextension Options Page As A Tab, Separate From About:addons

Auto Save A File In Firefox

I am trying to find a way where by we can auto save a file in Firefox using JS. The way I have done… Read more Auto Save A File In Firefox

"too Much Recursion" Error When Calling Json.stringify On A Large Object With Circular Dependencies

I have an object that contains circular references, and I would like to look at the JSON representa… Read more "too Much Recursion" Error When Calling Json.stringify On A Large Object With Circular Dependencies

Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

I'm working on a Mozilla Add-on SDK extension that provides a right-click context menu option u… Read more Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu

How To Find Out Browser's User Agent In Firefox Add On

I'm creating (developing) a Firefox add-on and I need to find browser's user agent. The nav… Read more How To Find Out Browser's User Agent In Firefox Add On

Why Is My Add-on Panel´s Content Script No Longer Responding To Port Messages After Changing ContentUrl?

I am building a Firefox add-on using the addon-sdk. The add-on has one button that displays a panel… Read more Why Is My Add-on Panel´s Content Script No Longer Responding To Port Messages After Changing ContentUrl?

Fetch Api Does Not Work In Webextensions

I'm experimenting firefox webextensions. I'd like to make HTTP requests using the fetch API… Read more Fetch Api Does Not Work In Webextensions