techxplore blog
08 Jun

Firefox Command Line Opens Multiple Sites

Firefox has been my browser and I like it very much. Since, I normally open a lot of same sites frequently this led me to a search on how to open multiple sites at the same time. A quick search on the net led me to mozilla’s page on command line arguments.

I came across with the following command:

Command Result Example
<url> Launches Firefox and opens the given URL(s). firefox.exe “www.mozilla.org|www.mozillazine.org”

by following the above example:

firefox.exe “www.yahoo.com|www.google.com”

Firefox Command Line

I got this result from my browser:

Firefox Error

Maybe I was interpreting the commands incorrectly. So, I tried a different approach:

firefox.exe “www.yahoo.com” “www.google.com” “simplepleasures.i.ph”

Firefox Command Line

This time my luck seems to work.

Firefox Multiple Site

I finally have what I’ve been looking for a firefox command line to open multiple sites.

Create a shortcut on your desktop and have this command line, it help you save some time and effort in opening all those sites. Try it.

Leave a Reply