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

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

Copy To Clipboard In Firefox Extension Not Working

I want to write a Firefox extension, with copy to clipboard and execute an external program with se… Read more Copy To Clipboard In Firefox Extension Not Working

File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

I've managed to get the element of a button inside a a webpage . I know its ID , its class , et… Read more File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

Javascript: Variables Being Leaked Into The Global Scope (firefox Addon)

I submitted my addon to the AMO direcotry and the editor came back with this: There are still a num… Read more Javascript: Variables Being Leaked Into The Global Scope (firefox Addon)

How To Get Tab From Nsidomwindow?

A noob at firefox extension development here. Is there a way to find Tab object from a given nsIDOM… Read more How To Get Tab From Nsidomwindow?

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?

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

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