Is there a pre-existing XPCOM guy that will let me interrogate a .plist file from Javascript, or do I need to use nsIFile and parse the XML myself?
Below is my code for FF Extension monitoring browsing behaviour. I can\'t access trim method from processClick method handling click event.
I have a ve开发者_如何学JAVAry limited experience with Firefox extensions development (read XUL School, written a couple of very simple extensions).
I am developing Firefox extension that will extract bibliographic information from specific website , and when the user press a button on firefox\"the extension\" a new window should appear with the b
I\'m trying to add a scrollbar to a firefox extension so that it displays when the window is too small.
I am having trouble accessing the document in my firefox extension. I am trying to get *target*.addEventListener(\"DOMContentLoaded\", Run.writeToFile(line.value), false); to work, however I keep gett
How to set cookie under my firefox addon? function setCookie(name, value, expires, path, domain, secure) {
I\'m new to Firefox Add-ons. I want to create a simple Firefox add-ons that append HTML element to a page automatically on document Load. Honestly, I want to add additional BBCODE/smiley toolbar to th
How to use Firefox Firebug on Superfish v1.4.8 Vertical Menu sample but on the sub-m开发者_如何学编程enus not the top menu.
I\'m developing a mozilla Add-on, and i would like to know, how to change a page that is requested by ajax before the response be sent..