I have been tasked with developing a Firefox add-on that is capable of registering global keyboard shortcuts (ones that will work throughout all areas of Firefox) that will open up the side-bar and ex
I\'m trying to create a conditional overlay for firefox\'s new addon manager in minefield 3.7 (aka firefox 3.7)
my firefox extension has an object myExt . myExt = { request: function(){ //adds dynamic script element to the current webpage\'s head tag
I need to develop an add-in (as开发者_运维百科 a bar) that will monitor user browsing data using Mozilla Firefox (priority) and other web browsers (Chrome, Safari, etc.).
I have created an extension to show a sidebar in firefox. Now i need to display a tree like structure where the third level will be dynamic and loads a particular link on clicking.
I\'m using SVN to manage my Firefox extension project, and this project contains an XPCOM component. Firefox is loading directly from my working directory by placing a text file with the working direc
I\'m writing a Firefox add-on that do something after the webpage is completely loaded.My current code is
My extension works on an application, which requires user login. Once the user has logged in, I need to read the cookies and use them in my XMLHttpReque开发者_如何学Pythonsts.
How do I get the current url inside a firebug 开发者_运维问答extension when for example pressing a button?Does that mean you create an extension for Firebug? I am not sure about that, but in extension
I want to write a script to firefox that in the moment I start to write address in the addressbar it change the language to the one I开发者_Python百科\'ll choose (in the add-on).How do I do it?Assumin