I\'m writing a Firefox extension that creates a socket server which will output the active tab\'s URL when a client makes a connection to it. I have the following code in my javascript file:
I\'ve run into (yet another) bug with the preferences screen of my extension. When browser.preferences.animateFadeIn is set to true (as it is on Mac), the window size should change to fit the content
So I started开发者_如何学Python developing my firefox addon. Most of the work is performed by a referenced javascript file.
I want to make an img element unselectable and undraggable because I\'m using it as a window resizing control (clicking and dragging on the surrounding div resizes a window).
Building Websites When I build websites I use 2 monitors. I have my development IDE on the main monitor and the web page open on the secondary screen.
Does anyone know of an example/sample .xpi file that uses Components.utils.import开发者_如何学JAVA to load a custom code module? I cannot get it to work. Basically I cannot get it to work when I packa
I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repo开发者_开发问答sitory and I would like to port it to Chrome.
I am writing an addon which needs to do capture the no of times someone has highlighted any tex开发者_运维百科t on a webpage. Is there any way I can listen to this event?
I have a really bugg开发者_如何学Cy web application at work. In order to avoid using its interface, I want something that will save the HTTP requests I send with it, and enable me to resend them whene
Today is my first day working with firefox extensions. Basically I am making an extension that will be used on an internal network to check a web server for new notifications.