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

Jsonp Callback Error

I'm using firefox addon builder. Running this code errors with 'callback is not defined'… Read more Jsonp Callback Error

Get Content Of Some File In Firefox Sdk Main.js

So I'm developing a Firefox addon that adds a bit of HTML to the DOM of any webpage. The idea h… Read more Get Content Of Some File In Firefox Sdk Main.js

Firefox Addon Ignore Iframes

I'm trying to build an addon for LinkedIn but the contentscript is outputted in every frame... … Read more Firefox Addon Ignore Iframes

Firefox Add-on Window.navigator.useragent Error: Window Not Defined

I am trying to get userAgent and want to do some parsing on it: My code is: var userAgentInfo = { … Read more Firefox Add-on Window.navigator.useragent Error: Window Not Defined

Get Nsidomwindow Of A Tab To Do Text Input

Is it possible to use Text Input Processor on a specific Tab of a Firefox window? Do all the tabs s… Read more Get Nsidomwindow Of A Tab To Do Text Input

Firefox Add-on Window.addeventlistener Error: Window Not Defined

i'm trying to follow this tutorial for creating a firefox addon that intercept when the url in … Read more Firefox Add-on Window.addeventlistener Error: Window Not Defined

How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

I am working on creating a Firefox Add-on SDK extension that would set custom cookies (two cookies … Read more How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk)

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