The SIMILE Project at MIT produced a series of tools useful for in-browser screen scraping, namely Piggy Bank, Solvent and Crowbar. These projects now appear defunct; the website has had few wiki upda
I have a firefox extension and I loaded an external javascript file to access some file writing functions. It works on Windows Vista but not on Windows 7. My code for loading the javascript file is th
Is it possible to measure the time Firefox needs for rendering a page and evaluating all the JavaScript and CSS sources? I tried it with Firebug, YSlow and Google Page Speed but none of them satisfied
I know about -moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; and it works fine in the code i have .
I been working on a firefox extension project and now I\'m stuck on this, var abc = 123; var pageMod = require(\"page-mod\");
I\'m doing firefox addon that has it\'s sqlite database mydb.sqlite. It\'s a database of my selected links and I hav开发者_如何学Ce a load event for gBrowser.
I am thinking about making a Firefox add-on of my own and doing some experiments for the functionality I might be adding in it.
I have a toolbarbutton and I want it to toggle a toolbox > toolbar when it is clicked. I thought there might be an internal function开发者_JAVA百科 similar to toggleSidebar(id) but I cannot find it.We
I have found that the xbl element won\'t init before it shows up. So when I add an xul box element to panel,and bind it to my xbl ,I can\'t use like this :box.xblMethod(),FF will throw xblMethod is un
How can I detect when a firefox xul noti开发者_如何学Pythonficationbox element I created is closed?