firefox-addon
Is it possible to create a browser extension to allow for incoming requests?
I am looking to figure out a way to make incoming request to a browser.Installing an extension in the browser is OK.The goal of this is to allow anot开发者_JS百科her machine to connect to the extensio[详细]
2023-04-13 04:47 分类:问答how to add a jquery plugi for firefox-extension-developlment using add-on builder
I\'m writing a firefox extension and want to solve this problem: how to know when the DOM of an iFrame is ready again after changing its content?[详细]
2023-04-12 23:29 分类:问答how to know when the DOM is ready again after changing URL with window.location.href
I\'m writing a Firefox extension using Add-on SDK and I successfully scan开发者_StackOverflow中文版ned a site from a content script and want to go deeper now. However, when I change the url with[详细]
2023-04-12 19:04 分类:问答Finding incompatibility in Firefox addon
I have an custom addon developed for our workplace (using the add-on SDK) that was originally developed for FF4.[详细]
2023-04-12 17:34 分类:问答AJAX Monitor Browser Plugin
I want to write a browser plugin that will allow me to load a web page and will sit and monitor the page for any asynchronous updates, and then write the details of those updates to a file. Please poi[详细]
2023-04-12 16:59 分类:问答Use Remote Content Script File/Javascript in Page-Mod
Is there any way to easily use a remote javascript file as a content script with the page-mod API? I am trying to build some simple addons for my own use to automate 开发者_运维技巧some repetitive s[详细]
2023-04-12 13:32 分类:问答Native Java / Python / Objective C in Firefox?
Is it possible to integrate Java, Python, or Objective C directly with the Firefox browser?In particular to do \"real\", native tasks such aswriting files or connecting to a local database, or better[详细]
2023-04-12 10:50 分类:问答Event which triggers before DOMContentLoaded
In my Firefox extension I am using DOMContentLoaded to detect page load and insert my HTML. Is the开发者_StackOverflow中文版re an event which triggers before this and still the document is available a[详细]
2023-04-12 09:32 分类:问答how to know when the DOM of an iFrame is ready again after changing its content?
I\'m writing a firefox addon using jquery. I added an iFrame to a page and filled it with another page (allowed due same orign policy).[详细]
2023-04-12 08:00 分类:问答Using XPCOM components from Mozilla Add-on SDK
I have worked on Mozilla Add-on Development in the past (beginner level). But on encountering XPCOM, I got really scared and left it in the middle.[详细]
2023-04-12 01:00 分类:问答