Cross Domain Firefox Addon Firefox Addon Sdk Javascript Jsonp Jsonp Callback Error May 17, 2024 Post a Comment I'm using firefox addon builder. Running this code errors with 'callback is not defined'… Read more Jsonp Callback Error
Firefox Firefox Addon Firefox Addon Sdk Html Javascript Firefox Addon Builder Preferences-services Not Working For Me--why? February 28, 2024 Post a Comment I am trying to make a button in the Firefox Add-on Builder that will change the URL that the search… Read more Firefox Addon Builder Preferences-services Not Working For Me--why?
Firefox Addon Firefox Addon Sdk Javascript Sockets How To Flush A Socket In My Code February 04, 2024 Post a Comment 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
Cookies Firefox Firefox Addon Firefox Addon Sdk Javascript How To Set Custom Cookies Using Firefox Add-on Sdk (using Services From Firefox Add-on Sdk) January 29, 2024 Post a Comment 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)
Firefox Addon Firefox Addon Sdk Java Javascript Firefox Port.emit And Port.on Not Working In Extension December 18, 2023 Post a Comment I am trying to make a firefox extension. I need to exchange data with the background script(main.js… Read more Firefox Port.emit And Port.on Not Working In Extension
Firefox Firefox Addon Firefox Addon Sdk Javascript Copy To Clipboard In Firefox Extension Not Working December 11, 2023 Post a Comment 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
Firefox Firefox Addon Firefox Addon Sdk Javascript Copy File From Addon To Profile Folder November 22, 2023 Post a Comment I'm trying to copy a sqlite database from the data folder in my extension directory, to the pro… Read more Copy File From Addon To Profile Folder
Firefox Firefox Addon Firefox Addon Sdk Javascript Save Save Web Pages With Firefox Addon Using File -> Save As Pop-up Window October 06, 2023 Post a Comment Let me start off by saying I am new to add-on development. Using the Add-on SDK, I am trying to cre… Read more Save Web Pages With Firefox Addon Using File -> Save As Pop-up Window