Chatzilla standalone how-to
If you put the Chatzilla plugin for Firefox into a process separate from your main browser, you can alt+tab to get there. Here’s the command line I use for that:
/Applications/Firefox.app/Contents/MacOS/firefox-bin -chat -quiet -no-remote -P "IRC" &
Category: Uncategorized 4 comments »
November 3rd, 2009 at 12:02 am
And for windows:
C:\Program Files\Mozilla Firefox\firefox.exe -chat -quiet -no-remote -P “IRC” &
November 3rd, 2009 at 8:24 am
Thanks!
January 24th, 2010 at 9:00 am
It seems that I can’t run ChatZilla in parallel to Firefox this way however, unless I use a separate profile for it, since Firefox complains that I cannot use two instances of the same profile. I’m using FF 3.5.7 and CZ 0.9.86 on Windows XP.
January 25th, 2010 at 6:59 pm
Carsten, the need for a separate profile is what the -P “IRC” argument should be addressing.