From S.Berger at synergetic.ag Tue Feb 22 11:15:41 2005 From: S.Berger at synergetic.ag (S.Berger@synergetic.ag) Date: Wed Feb 23 01:16:54 2005 Subject: [Jsconsole] How can I change the popup behavior of the Jconsole? Message-ID: Hi, I've installed the Jsconsole. Now, when I develop a site the GUI of the Jsconsole always pops up on reloading the site. How can I change that behavior to check sites on demand and not always, because I'm tired of closing the GUI all the time, when I don't need it? Apart from that I've tried to uninstall the Jsconsole and I can't find a way to do it. How is it possible to uninstall it? Best regards Stefan. From zdev at noos.fr Wed Feb 23 07:36:35 2005 From: zdev at noos.fr (Daniel Fournier) Date: Wed Feb 23 01:46:18 2005 Subject: [Jsconsole] How can I change the popup behavior of the Jconsole? Message-ID: <421C2473.2090107@noos.fr> Hi Stefan, Do you mean that each time you use the reload button (or menu item) JS Console pops up in front? If it is, this is not a peculiar behaviour of JS Console extension: you should verify your configuration. In my case (using JS Console almost every day), I never noticed such a behaviour and actually I don't see what could explain it in my code. About uninstalling JS Console, there is no way to do it easily: that's a lack of Mozilla extension, not specifically mine. To do it manually, first remove the jsconsole directory installed in your chrome directory and remove the following lines from /chrome/installed-chrome.txt file: content,install,url,resource:/chrome/mozlib/content/ locale,install,url,resource:/chrome/mozlib/locale/en-US/ skin,install,url,resource:/chrome/mozlib/skin/ content,install,url,resource:/chrome/jsconsole/content/ locale,install,url,resource:/chrome/jsconsole/locale/en-US/ skin,install,url,resource:/chrome/jsconsole/skin/ and remove the following lines from /chrome/chrome.rdf file: Take care to edit these files when Mozilla is NOT running. Then JS Console should be removed. Regards, Daniel Fournier