I have a Firefox extensi开发者_开发技巧on that I would like to port to IE, I don\'t want to code it again.
According to https://developer.mozilla.org/en/nsIWebProgressListener \"This flag indicates the start of a request. This flag is set when a request is initiated. The request is complete when onStateCh
I couldn\'t find it anywhere on Mozilla\'s documentation. Suppose I code an extension that uses addEventListener on keypress. What is the executi开发者_高级运维on priority if a webpage contains a JS c
I need to do keyword se开发者_如何学Carch in Loaded web page. Is there any good way other than get all web site HTMl and search.Instead of searching the HTML content, you could try searching just the
I have a custom Firefox add-on. It worked ok, until we decided to make it self update-able. According to manuals at mozilla.org, there should be an <em:updateURL> entry in add-on\'s install.rdf,
I am working on a Firefox extension and it uses something like this: function myExt() { this.handleEvent = function (event)
I have an extension that needs to pop up a window and then close it. var my_ext开发者_Go百科ension = {
I want to watch videos from YouTube at a faster playback rate.A while back I asked if there is a utility that can speed up video playback.The only thing that was mentioned was some closed source proje
I have some problems 1. how do I make my statusbar context menu that consists of 2 choices of menu preferences and addons status
In a firefox开发者_如何学Python extension, how can I intercept nodes (specifically, script tags) from being run after they\'re added? I assume this is possible because extensions like NoScript and AdB