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
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?
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
I have an custom addon developed for our workplace (using the add-on SDK) that was originally developed for FF4.
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
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
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
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
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).
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.