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

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

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

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)

Issue With Reduced Quality On File After Saving/converting From Canvas

This is the code I am using. (code is at way bottom of this post but here is link to GitHubGist :: … Read more Issue With Reduced Quality On File After Saving/converting From Canvas

Is It Possible To Use Nodejs Modules Like "oauth" In My Firefox Addon?

This is the first time I'm writing a Firefox addon. For the addon I'm trying to write, I ne… Read more Is It Possible To Use Nodejs Modules Like "oauth" In My Firefox Addon?

Trigger Firefox Extensions From A Custom Button

I have converted some Chrome extensions to firefox .xpi and installed them in FF. They show up in … Read more Trigger Firefox Extensions From A Custom Button

Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script

I am currently creating a WebExtension in which I register a listener on the web requests being mad… Read more Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script

Use Blob On Firefox Add-on

Been trying to get the following code to work in firefox add-on: var oMyForm = new FormData(); oMy… Read more Use Blob On Firefox Add-on