From webmaster at vacationhomezone.com Tue Oct 25 14:14:26 2005 From: webmaster at vacationhomezone.com (Vacation Home Zone) Date: Tue Oct 25 13:15:41 2005 Subject: [Jsconsole] Uninstall Message-ID: <55C92F76-3DC7-437C-A56C-B95CAFD088CC@vacationhomezone.com> I have JSConsole installed with FireFox 1.0.4 on Mac OS X 10.4.2. How do I uninstall JSConsole? Alternatively, how do I disable it? Thanks, Jeff From zdev at noos.fr Wed Oct 26 08:34:52 2005 From: zdev at noos.fr (Daniel Fournier) Date: Wed Oct 26 01:37:03 2005 Subject: [Jsconsole] Uninstall Message-ID: <435F157C.1090900@noos.fr> There's no uninstall process for Mozilla/Firefox extensions. You have to manually remove the directory of the extension whici is located inside the chrome directory and clear the lines for this extension in the installed-chrome.txt file located in the chrome directory. Do that when Mozilla/Firefox is not running. Daniel From webmaster at vacationhomezone.com Wed Oct 26 03:25:03 2005 From: webmaster at vacationhomezone.com (Vacation Home Zone) Date: Wed Oct 26 02:25:37 2005 Subject: [Jsconsole] Uninstall In-Reply-To: <435F157C.1090900@noos.fr> References: <435F157C.1090900@noos.fr> Message-ID: <9C674361-0CC3-46D7-8E90-F2B61F49FF36@vacationhomezone.com> Daniel, Thank you, I appreciate your response. I have found chrome directories for all of the other Firefox extensions on my system, but I cannot find one for JS Console. Nor can I find the installed-chrome.txt file. JSConsole is active on my system and I do have the following files: installed-extensions.txt jsconsolestore.rdf jsconsoleuser.js I am a bit confused when you say "There's no uninstall process for Mozilla/Firefox extensions". JSConsole is the first Firefox extension that I have encountered that does not have an uninstall process. To uninstall any other Firefox extension, I just open the Extensions window, click the extension and then click the X icon on the bottom toolbar of the Extensions window. JSConsole does not appear in the Firefox Extensions window. -- Jeff On Oct 26, 2005, at 1:34 AM, Daniel Fournier wrote: > There's no uninstall process for Mozilla/Firefox extensions. > > You have to manually remove the directory of the extension whici is > located inside the > chrome directory and clear the lines for this extension in the > installed-chrome.txt file located in the chrome directory. > > Do that when Mozilla/Firefox is not running. > > Daniel > _______________________________________________ > Jsconsole mailing list > Jsconsole@mozdev.org > http://mozdev.org/mailman/listinfo/jsconsole > From zdev at noos.fr Thu Oct 27 08:12:23 2005 From: zdev at noos.fr (Daniel Fournier) Date: Thu Oct 27 01:14:32 2005 Subject: [Jsconsole] Uninstall Message-ID: <436061B7.1090505@noos.fr> JS Console is a bit old and was developed before Firefox provided an uninstall process. Actually, I use it only with Mozilla (1.7.3), not with Firefox since version 0.9, because I never made the necessary modifications to be compliant with the new extension installation process of Firefox 1.0+, therefore JS Console doesn't appear in Firefox extension window ;-( Nevertheless, you should find a "jsconsole" directory within your firefox/chrome dir that you can remove, as well as the other files you found. installed-chrome.txt is there too, at least it is in my Firefox 1.0.7 version. The lines you have to remove are: 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/ Daniel