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

I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

Once, I tried adding a button with 'bookmark-item pagerank' as class to PersonalToolbar. No… Read more I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

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?

"memset" Has No Dll So How Ctype It

How to use memset in jsctypes. There no DLL for it. I searched/scoured js ctype codes but couldn… Read more "memset" Has No Dll So How Ctype It

Xmlhttprequest Is Not Working In Firefox Extension

The following code is working fine in Google Chrome but not in Firefox. I can't make a request … Read more Xmlhttprequest Is Not Working In Firefox Extension

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

Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function

I am trying to call PK11_Verify inside a js. let PK11_Verify = null; PK11_Verify = declareFunction(… Read more Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function

Firefox Webextension Importing Services

I am feeling overwhelmed by so many different approaches, guides, and yet none I tried work for me.… Read more Firefox Webextension Importing Services

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

Firefox Addon To Do Something Everytime A User Hits Enter In The Address Bar

I'm trying to write an extension that monitors every time someone types hits enter when using t… Read more Firefox Addon To Do Something Everytime A User Hits Enter In The Address Bar

Automatically Install Toolbarbutton To Firefox Nav-bar, Not Working With Insertitem

So I've read just about everything I could find on MDN, stackoverflow, etc, and it all seems to… Read more Automatically Install Toolbarbutton To Firefox Nav-bar, Not Working With Insertitem

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

Read Environment Variable From Google Chrome Extension

Is it possible to read an environment variable from the code of a Google Chrome extension, that is,… Read more Read Environment Variable From Google Chrome Extension

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

How To Properly Set Events For Dynamic Xul Elements?

I have a toolbar extension that generates dynamic toolbarbutton and menuitem elements. These items … Read more How To Properly Set Events For Dynamic Xul Elements?

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

How To Overwrite Built In Xpcom Component In Firefox Addon?

I'm taking a foray into Firefox extension development for the first time, and so far it's b… Read more How To Overwrite Built In Xpcom Component In Firefox Addon?

Trigger Events From Firefox Browser Extension?

I want to trigger events from a Firefox extension, specifically click events. I've tried jQuery… Read more Trigger Events From Firefox Browser Extension?

Biff5 - Excel - Workbook Stream Problems (corrupt File)

I am successfully writing to an Excel file, using javascript from my FireFox extension. I can get t… Read more Biff5 - Excel - Workbook Stream Problems (corrupt File)

Http Post In Javascript In Firefox Extension

I'm a newbie trying to do a simple HTTP post in JS within a Firefox extension.. This isn't … Read more Http Post In Javascript In Firefox Extension