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.
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
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.
When testing and debugging an extension us开发者_Go百科ing Addon SDK 1.0 I\'m sometimes noticing the following in the debug output window:
I have already coded most of a Firefox add-on using the Add-on SDK API. I am now discovering that Add-on SDK might not be powerful enough for my purposes. I need two things:
I am a newbie to Addon-SDK. I am making an Addon in which I log some information meant for manually viewing later on. I came across the
I\'d like 开发者_开发问答to be able to add an option to the download dialog that pops-up in Firefox when starting a file download. Is it possible to do so using the new add-on SDK or do I have to do i
I\'m working on a project that I write a Firefox addon to communicate with a service on my client server. My add send a POST request and then the server encounter an error withxmlrpcresp Object that i