I am working on a small extension for personal consumption and practice. What I would like to do is provide some information every time Firefox starts using a modal dialog. I know this is generally fr
I have a firefox add-on I am writing, which injects javascript code into page when the page title changes.
I want to create a drop down list on the Mozilla browser which is Mozilla extension! I开发者_StackOverflow know how to create a button but the drop down menu doesn\'t seem to work! Does anyone know ho
i have a website, its to exchange links, files... to say it quickly it\'s my \'version\' of twitter+megaupload,
I would like to send a POST request to a web server from a firefox extension. I have found this example to send POST requests;
I\'m creating a firefox extension and I want to get the HTML page elements using javascript but the document.getElementsByTagName(\'*\') is always giving me an xul objects array.
how i can get (if)any text is selected in textbox and i want to get it in any variable of javascript.... specifically for Mozilla firefox...?
I am writing a firefox addon for w开发者_如何学Chich I need to capture any event (if I can) that is triggered just before moving out from one tab to another. I tried onLocationChange method in the Pro
I was trying out this XUL tutorial on Firefox 3.6.13. The example extension in the tutorial is meant to find files. This is my manifest file:
This is in reference to the question asked at Create a Wordpress post with xmlrpc and jQuery . I\'m trying to do something similar and I\'m stuck with the SOP restriction.