Firefox Addon Firefox Addon Sdk Javascript Sockets How To Flush A Socket In My Code July 31, 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
Firefox Addon Google Chrome Extension Javascript Alternative To Mutationobserver For Synchronous Notifications July 24, 2024 Post a Comment I need synchronous notifications of DOM changes a la MutationEvents for an extension capability. M… Read more Alternative To Mutationobserver For Synchronous Notifications
Firefox Firefox Addon Java Javascript Is There Nsiclientsocket In Firefox Extension Javascript? July 08, 2024 Post a Comment How to connect to a port from javascript in firefox extensions? I could able to open the port and l… Read more Is There Nsiclientsocket In Firefox Extension Javascript?
Firefox Addon Javascript Triggers Trigger Firefox Extensions From A Custom Button May 24, 2024 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 Save Website Image Using A Firefox Addon (sdk) May 18, 2024 Post a Comment I am able to grab the URL of an image on a website, but I want to download the image to the local d… Read more Save Website Image Using A Firefox Addon (sdk)
Firefox Firefox Addon Javascript Convert Javascript Into Firefox Extension March 27, 2024 Post a Comment hi im pretty much a beginner.I need some help turning this script in an browser extension for firef… Read more Convert Javascript Into Firefox Extension
Caching Firefox Firefox Addon Javascript How To Find Specific Cache Entries In Firefox And Turn Them Into A File Or Blob Object? March 26, 2024 Post a Comment I have the following scenario: A user can paste html content in a wysiwyg editor. When that pasted … Read more How To Find Specific Cache Entries In Firefox And Turn Them Into A File Or Blob Object?
Firefox Addon Javascript Can I Add A Context Menu To A Widget? March 23, 2024 Post a Comment I'm trying to add a context menu to a widget This is the menu: var widgets = require('sdk/w… Read more Can I Add A Context Menu To A Widget?
Firefox Addon Javascript Xul I Add 10 Functions To A Code, I Don't Even Call Any Of Them, But The Code Stops Working! February 27, 2024 Post a Comment Alone, this code works: CustomButton = { 1: function () { alert('Just testing') }, }… Read more I Add 10 Functions To A Code, I Don't Even Call Any Of Them, But The Code Stops Working!
Firefox Firefox Addon Google Chrome Google Chrome Extension Javascript How To Access The Manifest.json File Of A Firefox Extension? February 22, 2024 Post a Comment 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?
Debugging Firefox Addon Firefox Developer Tools Javascript Watch How Do I Get Firefox Debugger Watch's Target Element? January 19, 2024 Post a Comment I've been trying to add the highlighting feature to the Firefox DevTools debugger, so it will h… Read more How Do I Get Firefox Debugger Watch's Target Element?
Firefox Addon Firefox Addon Sdk Javascript How To Find Out Browser's User Agent In Firefox Add On December 23, 2023 Post a Comment I'm creating (developing) a Firefox add-on and I need to find browser's user agent. The nav… Read more How To Find Out Browser's User Agent In Firefox Add On
Firefox Firefox Addon Firefox Addon Webextensions Javascript Javascript Does Not Run On Local Page December 13, 2023 Post a Comment I have a very simple webextension that is supposed to open a local page in a new window when a butt… Read more Javascript Does Not Run On Local Page
Firefox Addon Firefox Addon Sdk Javascript Add Menu Item Created With The Sdk/context-menu Api To The Top Of The Context Menu December 04, 2023 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 Mozilla Get Nsidomwindow Of A Tab To Do Text Input December 02, 2023 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 Addon Firefox Addon Webextensions Javascript Update Webextension Webrequest.onbeforerequest Listener Url Settings From Separate Script November 26, 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 Addon Javascript Retrieving A Word That Is Selected November 24, 2023 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
Firefox Firefox Addon Global Variables Javascript Javascript: Variables Being Leaked Into The Global Scope (firefox Addon) November 23, 2023 Post a Comment 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)
Firefox Addon Firefox Addon Webextensions Javascript Notifications Onclick Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on November 20, 2023 Post a Comment I have a problem understanding the documentation for the WebExtensions notification.onClicked event… Read more Chrome.notification.create With Chrome.notification.onclicked In A Firefox Webextension Add-on
Firefox Firefox Addon Javascript Jquery Adding Jquery And Other Js Libraries To Firefox Extension October 26, 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