A Firefox addon is a way of adding to or modifying the Firefox web browser. Most commonly, questions in this tag are about Firefox extensions, which add new functionality to the browser, although "addon" may also refer to themes or plugins.
1
vote
0answers
68 views
Gettings response (headers and body) in firefox extension
I'm trying to implement a feature that will give me the response text and (all the) response headers of each http request in the browser,
I've read a bit here: ...
0
votes
0answers
14 views
Opening a bar on top of the page with firefox sdk
I am making a firefox pluggin and I want to open a "topbar" on a few websites. Realy, it would be a few informations about the curent page a link back to my own website. What would be te best way to ...
0
votes
0answers
41 views
Can I set the Value of a textbox in a Firefox Addon with javascript?
I want to fill a textbox in a Firefox-Addon not "by hand" with a string. I want to have it filled from a javascript function.
My dialog looks something like this:
<dialog id="donothing" ...
0
votes
0answers
15 views
firefox extension / link _blank in google search
How add a link to google search, with redirection to mine website?
Example below:
1) someone search in google for "cars"
2) under search box & "About 792,000 results (0.23 seconds)" appears a ...
0
votes
1answer
58 views
XML Parsing Error: Not defined entity .. When localizing Mozilla addon
I developing an addon based on English but with localisation support for German
It installs and works fine in English when when used in a German Firefox (locale changed etc)
Im getting an error
any ...
0
votes
1answer
49 views
Display Panel in Widget Attach event in Firefox Addon
I am developing a tiny Firefox Addon which has a Widget and a Panel. I passed the panel object inside widget constructor.
Panel is getting displayed when I click on Widget object. However, when I ...
0
votes
1answer
65 views
Is there a magnifying ruler to measure pixels?
I have been looking for this for a while:
There are a ton of ruler extensions for all the common browsers but I can't find one that has a magnifying glass. Can anyone help me out please?
I'm talking ...
0
votes
0answers
53 views
Automating a third party ASP.NET Tabcontainer from browser plugin
What is the appropriate way to select a tab in an ASP.NET TabContainer?
I'm approaching this from trying to accessibility automate a third part web page, not from building a web app. I don't use ...
1
vote
0answers
37 views
How to create a custom content box next to the address input bar?
I just saw that Firefox provides an great addon-builder SDK, but I can't find the information I need to start developing on the following simple addon:
Right under the internet address bar I would ...
0
votes
1answer
32 views
no effect on: appShellService.unregisterTopLevelWindow(topXulWindow); (hide window)
I overlay chrome://browser/content/browser.xul with an .xul adding a button to the main-menu. clicking it opens another ChromeWindow with a .xul-window.
var ww = ...
0
votes
0answers
27 views
Create empty tab and write to it
I'm trying to open and write to empty tab in firefox addon.
The code i try is below:
var wm = Cc["@mozilla.org/appshell/window-mediator;1"]
.getService(Ci.nsIWindowMediator);
var ...
0
votes
1answer
39 views
Firefox add-on play video from parent and iframe windows
I'm trying to make my first firefox addon, but it is so painful to acheive what i want, because I cannot find the way to make it work. I want to play all html5 videos from this page: ...
2
votes
1answer
119 views
How to access JavaScript execution trace at runtime in Firefox?
I want to know how to access JavaScript execution trace at runtime. I saw Firebug can do something like this:
Refer to the image above, all the line numbers executed are highlighted in green. They ...
6
votes
5answers
179 views
innerHTML: How To Avoid
I'm writing a plugin which will convert emoticons to images in a text block for a particular site. The easy answer is to use regular expressions to detect the trigger text on the innerHTML and insert ...
0
votes
1answer
47 views
Find out whether current request is a proxy request in firefox?
I need to automatically perform authorization with a proxy server using an addon.
I also checked out the source of other extensions that do that, and they do it like this:
var httpRequestObserver =
...
0
votes
1answer
121 views
Cannot send message to panel in firefox addon? (The page is currently hidden and can no longer be used until it is visible again)
My goal is quite simple: I want a panel where the user can specify username and password and click login. Then I want to do a webrequest to verify the credentials, and show the response to the user.
...
1
vote
2answers
58 views
Firefox Addon Development: Setting the 'panel' to the bottom of the page
I want to create a panel/frame that looks like the "History" panel that appears on the left of firefox when you punch in "Ctrl+H". I want my panel to be at the bottom.
I feel I must use panel but ...
-1
votes
2answers
57 views
How to Allow a User to Install FireFox Extension from My Website
I just had a FireFox extension approved in the Mozilla Add-On directory, but I can't for the life of me figure out how to allow a user to install the extension from my website.
In other words, I'm ...
0
votes
3answers
84 views
Manipulate HTML Table in Browser
I do a lot of reading of charts and graphs, and I was wondering if there was a FF or GC extension that allows me to do things like swap rows and columns in a drag and drop type fashion.
For example, ...
0
votes
0answers
38 views
store source url in the downloaded file's metadata
I want to create a plugin(for firefox and chrome) which should insert the source url in downloaded file's metadata. so can any one help me in following.
1.how to capture the url of currently ...
5
votes
1answer
84 views
Firefox Add-on dev , How to use sample code from MDN in Addon Builder
I'm using add on builder to build extensions when searching MDN I find interfaces that I can't figure how to call them in online addon builder
for example this code
var bmsvc = ...
0
votes
1answer
47 views
Loading a webpage in the background using firefox-addon-sdk
I am new to creating add ons on firefox. Also a bit confused on which approach to take.
I found 2 tutorials:
...
0
votes
1answer
63 views
How do I place shadow under XUL popup panel
I'm trying to place a shadow under a popup panel that defined as follows:
<popupset id="mainPopupSet">
<panel id="autoTagBookmarksPopup" noautohide="true" fade="none" backdrag="true" ...
0
votes
1answer
108 views
How to move cursor and click item using firefox addon script like imacros
I do believe there is no way to use simple javascript to move mouse and click item/url. I have searched a lot about this, and most answer I found, it's not possible for security reason.
But How about ...
0
votes
0answers
77 views
What are the differences between Google Chrome extensions and Firefox add-ons?
I have been developing Chrome extensions and as I have already mentioned in a question on SO, I have problems paying that starting charge witch Google asks. So I quit wasting my time developing ...
0
votes
0answers
25 views
change http request url in firefox extension
I need to catch all http requests in my new firefox extension and change the request url to another one. is it possible? I searched and all I saw was only observers.
0
votes
2answers
127 views
Firefox/XUL: coords of DOM Element on display
I'm developing Firefox extension. For some statistics I need actual display coordinates of DOM Element inside browser.
I can get coordinates of:
Required DOM Element inside viewport by calling it's ...
0
votes
0answers
42 views
default scrapbook saved location in firefox
I saved a website using scrapbook addon in firefox.I can able to open from scrap book
options .
But i am unable to find the location where it is saved.Please help me.
Thanks in advance....
0
votes
1answer
54 views
how to port chrome extension functions to firefox extension functions
I have a chrome extension which have code lines like:
chrome.tabs.executeScript(null, {allFrames:true, file:"myscript.js"});
and functions like:
chrome.extension.onRequest.addListener
...
1
vote
0answers
67 views
Firefox Add-on - how to get post message on the page in add-on panel.html
I bump into trouble in firefox add-on development.
[symptom]:
can not receive message from firefox add-on bar's panel page, the message is sent from iframe on the panel.html.
here is my code:
/* ...
1
vote
1answer
122 views
firefox add-on develop | rewrite browser.xul
I want to develop a Firefox add-on that change the whole UI,
something like write new chrome://browser/content/browser.xul file.
I'm js developer, have no experience with add-ons development
I didn't ...
0
votes
1answer
140 views
Can I inspect indexeddb in firefox like how we inspect websql in resource tab of webkit browsers
Is there any firebug extension that allos me to inspect indexed DB in firefox like how we inspect webSQL in webkit browsers.
I did some Googling but couldnt find anything useful, is it too early to ...
0
votes
1answer
63 views
Firefox extension: even listener to changes inside a panel
I would like some assistance with this:
Firefox extension opens a panel, loads content from external website
How do I listen to changes inside the panel's content? It's dynamic and constantly ...
0
votes
0answers
40 views
ff-ext, have a real <browser> in new window (avoid XUL; use XPCOM/sdk only)
I am absolutely new to FF extension-development and reading a lot currently. Coming from Mozilla addon SDK (that i am using right now), to reading about XPCOM, XUL and how extensions are built in it's ...
0
votes
0answers
21 views
How can I prevent object member hiding in subscripts called by firefox extensions?
I'm writing a Firefox extension (Firefox 19 is what I'm using for development), and I'm having trouble accessing some data. Here's some code, most of which is boilerplate setup:
rhkTest = {
...
1
vote
0answers
54 views
How can I use Facebook Javascript SDK within a browser extension?
I want to use the Facebook JS SDK within a browser extension/sidebar. I've seen other questions about this, but no specific answers. I don't want to do separate OAuth handling - I'd prefer to use the ...
0
votes
1answer
91 views
Flex/Flexicious UI Bug with Firefox v19
We have a Flex program which uses Flexicious grids and have recently upgraded to Firefox v19.0. We have found that if the Firefox browser has a theme on it, we encounter an issue: If you are working ...
1
vote
2answers
82 views
How to setup a setting whereby a user can select which type of alert they wish to display in JavaScript
I have a Firefox AddOn that displays various alerts. Is there a way in which I can setup the user being able to select which type of alert they wish to use? Currently I have two types of alerts. The ...
0
votes
0answers
36 views
firefox extension - ajax calls by timezonejs not working
I am using this https://github.com/mde/timezone-js in my app.I am trying to convert it to firefox extension, but I am unable to make this timezonejs to work in firefox extension.
I know how to ...
0
votes
1answer
61 views
XUL: how to persist a value of a textbox?
I have a Firefox extension that contains a textbox:
<textbox id="exclude-text" flex="1" rows="10" multiline="true" style="min-width: 25em;" wrap="off" value="0" persist="value"/>
A user ...
1
vote
2answers
103 views
How do I use the “targetObj” parameter to loadSubScript() in firefox extensions?
From reading examples, this seems like it should be quite easy. Here's my code:
rhkTest = {
onPageLoad: function(event) {
var doc = event.originalTarget;
var wnd = doc.defaultView;
var ...
0
votes
2answers
81 views
How can I set an event listener to listen to a text box from the HTML Source code using JavaScript?
Currently developing a Firefox Addon in JavaScript. It scans a webpage for specific things like email addresses. Is there a way of being able to get it to read the source code of a website and set an ...
-5
votes
1answer
37 views
Im looking for a firefox addon, not necessarily an approved one [closed]
Firefox addon. I want to highlight some text, hit a button, and alter the html source code of the selected text without a reload
1
vote
1answer
85 views
Need to assign an event listener to the tab key using keycodes in JavaScript?
I have currently an eventlistener listening for when a user enters an email address in a textbox on an html website. It then displays an alert when it detects an email address is being entered. ...
1
vote
2answers
243 views
How to get value from listbox listitem
In my firefox addon I have a <listbox>. I want to be able to work a javascript function when I left-click on an item in the box. The function should retrieve the item's textual value.
Now, my ...
1
vote
1answer
76 views
Attach function to Left-Click on <listbox> item
In my firefox addon I have a <listbox>. I want to be able to work a javascript function when I left-click on an item in the box. The function should retrieve the item's textual value.
Now, ...
1
vote
0answers
46 views
How to programatically invoke the functions available on browser Add-on
One of client requires a add-on to be installed for a browser and perform all the available functions of that add-on from the add-on bar. The add-on has been coded in Javascript and there are many ...
0
votes
0answers
91 views
NSIS installer for Chrome,Firefox and IE all in one [closed]
I want to create an installer for my extension for all 3 browsers in one .exe file
I am new to NSIS and really need a lot of help with it
I need the installer to be only 1 file total and not to work ...
0
votes
0answers
29 views
How do I stop websites from breaking searchkey (“/”) in Firefox UI?
This question is the counterpoint to another question:
How to bypass Quick Search Firefox feature and capture forward slash keypress
Firefox supports using / as a search hotkey. (Internally, this ...
0
votes
1answer
90 views
Invoking functions in Page context using Firefox Add-on SDK
I am new to Firefox extension development (trying to develop an extension that controls youtube player). I am using SDK and using pageMod I am able to access inject my scripts and access the DOM. But ...


