Multi-Firefox Launcher for OS X

|

While I generally try to avoid Firefox these days (using Chrome instead), I still like to test my code in multiple versions of all the major browsers to ensure that behavior is generally consistent. For a while, I was using MultiFirefox, which is a great utility, but I found using it to be far less streamlined than I would like.

Fortunately, I stumbled upon an article this weekend that explained how to launch Firefox with an arbitrary profile via command-line parameter (which is probably what MultiFirefox does internally). Unfortunately, because OS X aliases don’t work like Windows shortcuts, it’s a bit cumbersome to have to open the Terminal and type a command every time you want to launch Firefox… so I wrote a relatively simple AppleScript that greatly streamlines the process.

Basically, once configured, you never again have to choose which profile goes with which version of Firefox. Just run the launcher and it handles everything! If you’re curious, check out the instructions for Multi-Firefox Launcher now, and let me know what you think.

Post A Comment

  • Any of these HTML tags may be used for style: a, b, i, br, p, strong, em, pre, code.
  • Multi-line JavaScript code should be wrapped in <pre class="brush:js"></pre>
    (supported syntax highlighting brushes: js, css, php, plain, bash, ruby, html, xml)
  • Use &lt; instead of < and &gt; instead of > in the examples themselves.