I have a question about the log of Firefox Browser. I am implement the automatic update feature of my Firefox extension, after following the tutorial at http://www.borngeek.com/firefox/automatic-fire
Are there any add-ons (plug-ins) for Firefox to find unclosed HTML elements? Example: <div> <label>
I am writing a Firefox add-on and I need to be able to run some code after all the tabs have been loaded.
I am trying to submit my addon to the mozilla site but I am getting this damn warning: The code (in mf_options.js) is pretty simple (and i think the problem is only between the \"start storage\" an
I would like to create an开发者_运维技巧 extension that searches the elements on a page, finds a specific element (ex. Facebook like button) and adds my own button next to it. Is this possible and if
I try to reload a Web page using (JavaXPCOM): nsIWebBrowser webBrowser = (nsIWebBrowser) browser .getWebBrowser();
i am trying to accomplish a two way communication request response in my firefox sidebar extension, i have a file named event.js this resides on the content side, i have another file called sidebar.js
I have a Firefox addon that first displays a warning/info page telling the user they are being redirected (chrome://localfilter/content/wait_page.html) then redirects them to their destination.
I\'m currently developing a firefox plugin. This plugin has to handle very crappy website that is really incorrectly formatted. I cannot modify these websites, so I have to handle them.
I am developing a Firefox extension. I would like to install new search plugin to the firefox search bar. I tried 2 ways, but none of them seems to work 100%.