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

How Does Javascript Execution Context Work In Firefox Extensions With Multiple Windows?

I am writing what should be a fairly straightforward firefox extension. But this is my first firef… Read more How Does Javascript Execution Context Work In Firefox Extensions With Multiple Windows?

Page Middle Click Listener

I need to pop-up alert when I use Middle Click and it must don't pop-up if I click it on a link… Read more Page Middle Click Listener

Retrieving A Word That Is Selected

I am writing a plugin which tries to display the meaning of a selected word in firefox browser. How… Read more Retrieving A Word That Is Selected

How To Access The Manifest.json File Of A Firefox Extension?

I am making a short research about Chrome and Firefox extensions. I can access the manifest.json fi… Read more How To Access The Manifest.json File Of A Firefox Extension?

Save Pdf Directly To File Using Jspdf

My script is a Firefox addon so has access to sensitive code like access to filesystem etc. I displ… Read more Save Pdf Directly To File Using Jspdf

How To Flush A Socket In My Code

I'm writing through a socket from a FF add-on to a java server. I write several requests and th… Read more How To Flush A Socket In My Code

Passing Values To Iframe Inside Xul Panel

I am creating a firefox extension that has a button on the toolbar that will show below custom cont… Read more Passing Values To Iframe Inside Xul Panel

Getting Current Browser Url In Firefox Addon

I within a panel and I want to get the current browser URL. Nothing so far works. Here's what I… Read more Getting Current Browser Url In Firefox Addon