Firefox Firefox Addon Javascript Convert Javascript Into Firefox Extension July 24, 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
Firefox Addon Javascript Can I Add A Context Menu To A Widget? June 22, 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 Hide Location Bar From Firefox Add-on June 12, 2024 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 Addon Javascript Jquery How To Know When The Dom Of An Iframe Is Ready Again After Changing Its Content? June 11, 2024 Post a Comment I'm writing a firefox addon using jquery. I added an iFrame to a page and filled it with anothe… Read more How To Know When The Dom Of An Iframe Is Ready Again After Changing Its Content?
Excel Export To Excel Firefox Addon Javascript Biff5 - Excel - Workbook Stream Problems (corrupt File) May 25, 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)
Dom Firefox Firefox Addon Javascript Xul Getting The Contents Of The Toolbar Search Box Using The Mozilla Firefox Add-on Sdk May 25, 2024 Post a Comment I am developing a Firefox addon and I was wondering how to get the contents of the search box in th… Read more Getting The Contents Of The Toolbar Search Box Using The Mozilla Firefox Add-on Sdk
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 Javascript Xul Creating A Xul Button Gives "component Failure Code" May 09, 2024 Post a Comment I'm one of the developers of TryAgain, a Firefox add-on, that displays a custom error page when… Read more Creating A Xul Button Gives "component Failure Code"
Firefox Addon Javascript Jsctypes Winapi Error While Calling Scardlistreaders In Js-ctypes April 18, 2024 Post a Comment I am calling winscard functions using js-ctypes for a Firefox addon. SCardEstablishContext works p… Read more Error While Calling Scardlistreaders In Js-ctypes
Fetch Api Firefox Addon Firefox Addon Webextensions Javascript Fetch Api Does Not Work In Webextensions March 17, 2024 Post a Comment I'm experimenting firefox webextensions. I'd like to make HTTP requests using the fetch API… Read more Fetch Api Does Not Work In Webextensions
Firefox Firefox Addon Javascript Getting Current Browser Url In Firefox Addon March 11, 2024 Post a Comment 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
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 Http Javascript Post Http Post In Javascript In Firefox Extension February 26, 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 Firefox Addon Firefox Addon Webextensions Javascript Firefox Webextension: How Do I Run Code Prior To Disable/uninstall? February 26, 2024 Post a Comment I have recently converted a GreaseMonkey script of mine into a WebExtension, just to get a first im… Read more Firefox Webextension: How Do I Run Code Prior To Disable/uninstall?
Firefox Addon Javascript Cannot Access Object's Methods From Within Event Handler Using `this` February 09, 2024 Post a Comment Below is my code for FF Extension monitoring browsing behaviour. I can't access trim method fro… Read more Cannot Access Object's Methods From Within Event Handler Using `this`
Firefox Firefox Addon Firefox Addon Webextensions Firefox Developer Tools Javascript How To Access Add-on Content Script In Firefox Console? February 04, 2024 Post a Comment I have developed an add-on for Firefox and Chrome. It has content scripts. I want to access them in… Read more How To Access Add-on Content Script In Firefox Console?
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
Executioncontext Firefox Firefox Addon Html Javascript How Does Javascript Execution Context Work In Firefox Extensions With Multiple Windows? January 29, 2024 Post a Comment 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?
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)
Css Dom Firefox Addon Javascript Xul How To Dynamically Modify Css Rule Set (e.g. With A Class Selector) From Javascript Within Firefox Add-on Using Xul, Sdk Or Webextensions Techniques? January 24, 2024 Post a Comment How to dynamically modify CSS rule set (e.g. with a class selector) from JavaScript within Firefox … Read more How To Dynamically Modify Css Rule Set (e.g. With A Class Selector) From Javascript Within Firefox Add-on Using Xul, Sdk Or Webextensions Techniques?