Firefox Addon Firefox Addon Sdk Javascript Firefox Addon Sdk: Ways To Display Options To User? July 09, 2024 Post a Comment I'm quite new to addon development with firefox. I picked the addon sdk for porting my chrome e… Read more Firefox Addon Sdk: Ways To Display Options To User?
Dom Events Firefox Addon Javascript Trigger Events From Firefox Browser Extension? June 22, 2024 Post a Comment I want to trigger events from a Firefox extension, specifically click events. I've tried jQuery… Read more Trigger Events From Firefox Browser Extension?
Firefox Addon Javascript Retrieving A Word That Is Selected April 17, 2024 Post a Comment 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
Cross Domain Firefox Addon Firefox Addon Sdk Javascript Jsonp Jsonp Callback Error April 05, 2024 Post a Comment I'm using firefox addon builder. Running this code errors with 'callback is not defined'… Read more Jsonp Callback Error
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) March 31, 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 Http Javascript Post Http Post In Javascript In Firefox Extension March 31, 2024 Post a Comment 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
Firefox Addon Firefox Addon Sdk Javascript Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu March 20, 2024 Post a Comment I'm working on a Mozilla Add-on SDK extension that provides a right-click context menu option u… Read more Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu
Firefox Firefox Addon Firefox Addon Sdk Javascript Firefox Addon Sdk Not Playing Audio Using New Audio March 08, 2024 Post a Comment I'm developing a firefox extension, and I'd like it to play a notification sound when an ev… Read more Firefox Addon Sdk Not Playing Audio Using New Audio
Excel Export To Excel Firefox Addon Javascript Biff5 - Excel - Workbook Stream Problems (corrupt File) March 05, 2024 Post a Comment 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)
Firefox Firefox Addon Firefox Addon Sdk Javascript Mozilla Get Nsidomwindow Of A Tab To Do Text Input March 01, 2024 Post a Comment Is it possible to use Text Input Processor on a specific Tab of a Firefox window? Do all the tabs s… Read more Get Nsidomwindow Of A Tab To Do Text Input
Firefox Firefox Addon Firefox Addon Sdk Javascript Web Worker Referenceerror: Worker Is Not Defined In Simple Firefox Extension February 26, 2024 Post a Comment I'm creating an incredibly simple Firefox extension. I used cfx init to create the directory st… Read more Referenceerror: Worker Is Not Defined In Simple Firefox Extension
Firefox Addon Javascript Xmlhttprequest Xmlhttprequest Receiving No Data Or Just "undefined" January 23, 2024 Post a Comment This summary is not available. Please click here to view the post. Read more Xmlhttprequest Receiving No Data Or Just "undefined"
Firefox Addon Javascript Triggers Trigger Firefox Extensions From A Custom Button December 05, 2023 Post a Comment 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
Firefox Addon Firefox Addon Sdk Javascript Firefox Addon Ignore Iframes September 30, 2023 Post a Comment I'm trying to build an addon for LinkedIn but the contentscript is outputted in every frame... … Read more Firefox Addon Ignore Iframes
Canvas Firefox Addon Ico Javascript Issue With Reduced Quality On File After Saving/converting From Canvas September 23, 2023 Post a Comment 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
Firefox Addon Firefox Addon Webextensions Javascript Update WebExtension WebRequest.onBeforeRequest Listener URL Settings From Separate Script March 25, 2023 Post a Comment 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
Firefox Firefox Addon Javascript XMlHttpRequest Is Not Working In Firefox Extension March 06, 2023 Post a Comment 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
Firefox Addon Html Javascript How To Read Html Content Of A Specific URL Using Firefox Addon? February 06, 2023 Post a Comment I want to create an addon which will load html content of a specific url and save a specific line o… Read more How To Read Html Content Of A Specific URL Using Firefox Addon?
Firefox Addon Javascript Hide Location Bar From Firefox Add-on January 27, 2023 Post a Comment In my add-on I have an HTML page that gets displayed upon install/update. Firefox obviously shows t… Read more Hide Location Bar From Firefox Add-on
Firefox Firefox Addon Javascript Jquery Adding Jquery And Other JS Libraries To Firefox Extension January 19, 2023 Post a Comment 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