-1
votes
0answers
26 views

Can I use inline installation in my web site for a published Firefox add-on

I have an extension published on the Firefox add-ons website. Can I use inline installation that will install the published extension just like I do with a Google chrome extension. I do not want to ...
1
vote
1answer
19 views

Audio tag not working in firefox add-on

I have a FireFox extension where I am trying to play (and loop) an audio file when a specific page loads. I am embedding an audio tag like so: start.js window.onload = function() { ...
0
votes
0answers
12 views

How to make all menuitems of all menus radio type in firefox addon?

I am writing a proxy switcher according the the rigion and city.I use two level menus, first level menu is rigion and the second level menu is city. following is the xul code of my overlay. <?xml ...
0
votes
0answers
26 views

Creating an HTML parser similar to Source Chart

I have been thinking of how to create a Firefox plugin like source chart. In case you have not heard of it, it formats your html page source into these really well arranged boxes that are neatly ...
-3
votes
1answer
46 views

What is this umsdataelement doing in my browser? [closed]

I've inherited a heavily modified Firefox (lots of Add-ons) from the previous occupant of this desk. In some browser windows (developing in PHP on localhost), an unexpected element has appeared at ...
-1
votes
1answer
53 views

Firefox plugin to filter HTML display [closed]

I am curious if there is a Firefox plugins to actually filter and modify the streaming HTML based on user defined rules of the DOM. If not, I wonder if the Firefox platform would allow something like ...
0
votes
3answers
91 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
2answers
106 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
38 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
0
votes
1answer
60 views

Web page marker/annotator/highlighter

Could someone suggest a tool that I can use to achieve the following: Basically, I need to enclose the text of interest with a rectangle and write a label in the neighborhood. I'm not sure what we ...
0
votes
2answers
106 views

How can I make an autofill form extension/plugin for Firefox [closed]

I am trying to make an autofill form extension for Firefox. Whenever a given HTML page loads, the form of that page should be auto filled by my already stored values (which I have stored as a JSON ...
0
votes
1answer
104 views

Input PATH like file, but no upload

I am currently building a web based system for our local network and would like the user to select the location (network drive and sub-directory) on web form, where certain files are stored. Does ...
1
vote
2answers
460 views

Web Page Source Annotation Tool

<ul class="contact"> <li class="first">Carnegie Mellon University</li> <li>5000 Forbes Avenue, Pittsburgh, PA 15213</li> </ul> => <ul class="contact"> ...
2
votes
1answer
408 views

firefox the html editor? [closed]

There are a lot of webdeveloper addons available, for firefox, like firebug. But is there a html editor addon for firefox. Which i can edit my website. viewing the edits real-time (using localhost ...
0
votes
2answers
99 views

How can I stop a JavaScript from executing if an element exists?

I have a Firefox addon that injects/executes a jQuery script on every page at sub.example.com. The script doesn't work on one page of the site, because of bad design. Is there any way to stop the ...
0
votes
1answer
129 views

Cannot select text inside textfield XUL popup window

I am unable to select the text inside the textfield in my Firefox extension. The cursor just stays in the beginning of the textfield and does not move when I click and drag the mouse. However, I am ...
0
votes
1answer
329 views

Dynamic iframe not visible on Firefox

I am trying to build a browser extension using KangoExtensions. I'm appending the following iframe to the body: <iframe id="iframe" name="iframe" allowtransparency="yes" style="position: ...
0
votes
0answers
56 views

Javascript - How to find whether one element is on the browser or on the Web Page

I am creating one Firefox - Addon. One function is tracking down the mouse events. Here I want to check "the target"(origin of this event) that whether it belongs to browser or to the content. I ...
0
votes
1answer
63 views

Using the Toolbar Buttons library in Firefox

I would like to add the popover icon to the area next to the URL bar, just like where the Firebug icon is. The library to do so, (recommended by a previous answer: Firefox extension icon on the ...
1
vote
0answers
59 views

Download an image via firefox extension

Im pretty new to writing extensions for firefox, and i now got a problem where i cannot proceed without help: I want to download an image (open the "save as" dialog) by clicking on a link, and give ...
0
votes
1answer
167 views

Implementing a Javascript plugin system for Firefox extensions

We are trying to build a Firefox extension where our extension will contain a lot of Javascript plugins. A plugin here is defined as a set of functions that have a main entry point, and they usually ...
3
votes
1answer
637 views

Auth redirect - opening a local HTML document in a new tab in a Firefox extension

I am currently trying to port a Chrome extension to Firefox. The Chrome extension has a "Login" page, which is opened in a new tab as an HTML document. The HTML document is stored in the local ...
0
votes
1answer
276 views

Firefox Addon Builder preferences-services not working for me--Why?

I am trying to make a button in the Firefox Add-on Builder that will change the URL that the searchbar uses. To change the URL, I have a panel that shows when the button is clicked, and in the panel ...
3
votes
2answers
254 views

Add-on to copy a page element with styles

I'm looking for an add-on for any browser that could copy any particular web page element with all it's styles to clipboard to be paste-in and show someone. The aim is to have an opportunity to ...
0
votes
1answer
48 views

altering displayed web page

I am attempting to write a firefox addon that will analyze the displayed page and change the text display to be hyper links (according to some algorithm). I am trying to fogure out how can i parse ...
0
votes
1answer
453 views

Selenium IDE get stuck on clickAndWait command in popup window

Every time there is a popup, selenium IDE will get stuck (note the entire page still gets loaded in the background but it get stuck) Here is where it gets stuck! <tr> ...
0
votes
4answers
2k views

How to download entire HTML of a webpage using javascript?

Is it possible to download the entire HTML of a webpage using JavaScript given the URL? What I want to do is to develop a Firefox add-on to download the content of all the links found in the source of ...
1
vote
3answers
48 views

Web development add-on for Firefox

I am developing web sites using HTML, and I have seen that Chrome has this great built-in tool called "Inspect Elements" which allows me to see all the HTML elements which are applied by default and ...
1
vote
4answers
1k views

How to display local images placed on client machine in HTML webpages

How to display local images placed on client machine in HTML webpages hosted on a webserver I'm having few images placed in C:/Images folder so path should be something file:///C:/Images/1.jpg for a ...
1
vote
2answers
307 views

making firefox extension toolbar element aligned to the right

so I have this code: <toolbox id="navigator-toolbox"> <toolbar id="abar" accesskey="T" class="chromeclass-toolbar" context="toolbar-context-menu" ...
-1
votes
1answer
36 views

firefox - Logging certain parts of a page

Ok here is what i though would be awesome to have: Firefox to log all <code> tags in a file so that emacs can find autocompletions from there. This should be done without asking permission or ...
0
votes
2answers
636 views

CSS not being applied to XUL window HTML contents

I'm working on a very simple Firefox extension that will log info and dynamically append them to a basic HTML table in a XUL window. Everything works except for the CSS styling for the HTML table. ...
0
votes
2answers
158 views

Inserted Button inside DOM to content script

I'm writing a firefox extension and have the following problem: I added inside a content script (insertInDom.js) a Button $('#leftCol').append("<input type='button' value='Check Privacy' ...
0
votes
3answers
337 views

Text Area content not updating in Mozilla Firefox

I have created a HTML document with following code.. <html> <head> <title>My Page</title> </head> <body> <textarea id="main"> Hi this is sample content ...
1
vote
1answer
44 views

some methods to avoid overwriting UI(probably similar to add-ons in firefox)

I've been working on a embedded widget(html,css,js) that receives some text every x seconds and interpret that text depending on what 3rd party add-ons are being installed. It is something similar ...
2
votes
2answers
1k views

How to hide a background with AdBlock Plus filter

Some websites set a background image to advertise, e.g. <body style="background-image:url('images/adv.png')"> I'm wondering how I can write an AdBlock Plus filter in order to hide the ...
0
votes
1answer
297 views

Parse DOM in XPCOM autocomplete component

I know we should use JSON when receiving remote "autocomplete suggestions", but I'm forced to use standard DOM valid XHTML I have registered component of interface nsIAutoCompleteSearch and using ...
0
votes
1answer
227 views

Custom HTML Add-on for Chrome/Firefox

I'm looking for an extension/add-on for Chrome or Firefox (better yet, both!) that allows the user to customize the HTML for certain domains. I know they have these tools for CSS code (like Stylebot), ...
2
votes
1answer
600 views

Easy way to develop Mozilla Firefox extension from Google Chrome extension

I 've developed a simple application for Google Chrome extension, first the interface created using HTML and CSS, and then the action created using JavaScript and PHP. Then I want to develop the ...
2
votes
1answer
99 views

In-place Javascript editing addon

Is there any inplace editing addon for Javascript..something like firebug which is very useful for Instant CSS editing and preview, but does not allow inplace JS editing..So, is there any tool or ...
1
vote
0answers
89 views

Firediff load snapshot

I was wondering if it is possible to load a snapshot of edits made to the HTML and CSS of a page in firebug with firediff. Example: My job requires me to be constantly changing windows and I ...
11
votes
4answers
343 views

Create Firefox addon to fix broken webpage on the fly

At my job they use a "central login" facility on internal webpages. Whenever an internal webpage requires authentication, it forwards you to the central login, and after logging in, it sends you back ...
2
votes
4answers
681 views

Firefox extension not working

I've created a Firefox extension but I can't use it (nothing happens). Does someone know why ? The module hierarchy my_firefox_extension chrome.manifest install.rdf chrome/ content/ locale.html ...
0
votes
3answers
418 views

Display a page with a Firefox extension

Can someone please tell me how to write a Firefox extension that displays a local HTML page (contained in the extension) when a user opens a new tab or web page.
0
votes
1answer
513 views

Firefox add-ons and page HTML content change events (Google Reader)

I am new to Firefox add-on development and planning to write a Firefox Mobile add-on which would optimize some page content to be more suitable for viewing on mobile devices. I have studied how to ...
2
votes
1answer
556 views

Greasemonkey script in Firefox 4, want to change one line of code on webpage

Alright, I will try to make this is as simple as possible, without being too vague. I want to change one of line of code on a webpage in hopes of preventing a preview pane from appearing. Original ...
0
votes
1answer
531 views

how to insert images in web page from a firefox addon?

I have a firefox add-on I am writing, which injects javascript code into page when the page title changes. I am adding some javascript content that builds html. I want to be able to view images ...
1
vote
1answer
1k views

get the document html elements in firefox addon

i'm creating a firefox extension and i want to get the html page elements using java script but the document.getElementsByTagName('*') always give me an xul objects array how can i get the html ...
2
votes
1answer
616 views

Firefox extension that interacts with existing page content

I am not a web programming expert but I would like to create a Firefox extension that rewrites pages' html and javascript code. This is a personal project so I can take my time and learn things as I ...
1
vote
1answer
216 views

Find missing resources when loading a local file in Firefox

I am creating some HTML page mockups and trying to view them in Firefox. Some of the dependent resources (mostly CSS files) are loaded dynamically through JavaScript. Unfortunately some of those ...

1 2