I am new to extension development, I have a requirement wherein I need to do some check开发者_StackOverflow社区ing on the page and display a popup message at the bottom of main window, just above the
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to send JSON from my mozilla addon t开发者_JAVA技巧o my asp.net page. var myJSONObject = {\"userName\": una,\"password\": pass};
I am trying to do "POST" with XMLHttpRequest in a firefox extension, and after that I try to get the "Location" header and open it in a new tab. For some reason, the XMLHttpRequest
I am creating a firefox extension that should give a notification when the user hits specific sites. I do not want the same kind of notification that firefox gives for pop-ups. I don\'t want the user
I am writing Firefox extension using C++. I am trying to access XUL:tabox element in \"TabOpen\" event handler, but I am unab开发者_运维技巧le access any XUL element.
I have a XUL window, and I want the cntrl+w hotkey to close the window, but when I attach: window.addEventListener(\"keypress\", function(ev) {
Can someone expla开发者_如何学编程in to me how can I open a new tab from a firefox extension, that contains HTML content from a string I have?gBrowser.addTab, either using a data: URL, or opening and
I am writing a FireFox add-on that displays webpages from my server as control and info panels.These panels were written and work in regular URLs, but when I try to access them through a custom protoc
I\'m developing a firefox extension and I\'d like to provide automatic update to my beta-testers (who are not tech-savvy). Unfortunately, the update server doesn\'t provide HTTPS. According to the Ext