I need FireFox to automaticly open up common pages on start!

godbrother

Distinguished
Aug 22, 2009
75
0
18,580
Hi, can I make it so, I can code in FireFox (seperate shortcut on the desktop) to open up common tabs once launched?

For example, I click on the modified shortcut, and it opens up:

- Gmail
- Hotmail
- Ebay
- Paypal
- TomsHardware
- YouTube
- MBForum

etc etc? It should be fairly simple. How can it be done? FireFox already has a feture where you can save what it is you have currently open and then start that back up upon launch. But that will only happen once, not always.

Thanks.
 
Nope, can't say I've done anything like that. Maybe the program can take command-line parameters for what pages to open, not sure. Google can probably help you there.
 
Right-Click on the shortcut > Properties.

In the target box put:

"C:\Program Files\Mozilla Firefox\firefox.exe" "www.hotmail.com" "www.ebay.com" etc.
 


Hmm, this is a good one but the problem is it dosn't open it into a new window, it opens it up as new tabs on the current window.

🙁
 


O, no no. I ment it needs to open up into another window as tabs. As I want around 5-10 websites to open, but into one seperate window. If you know what I mean.
 
In that case, start firefox (with no current widows open) using the Run dialog with the following:

firefox -P

This will open the profile manager. Create a new profile and start firefox with it using the profile manager. Set your home page to multiple URLs as I stated in a previous post using the Pipe (|).

Next, close firefox and create a few shortcuts on your desktop to the firefox exe. Open each one and in the Target box add the following to the end of the existing text after leaving a space:

-selectprofile "profile_name"

profile_name is case sensitive so you have to make sure it's exactly the same as the name you called the profile in the profile manager. This will open firefox with the profile you add in the Target box, including its home pages. Note that you'll also need to have a shortcut for the Default profile once you add more than one profile.

Each profile has its own cookies, passwords and bookmarks, and each new profile will start with the default bookmarks and no cookies or saved passwords until you've added some.
 
Firefox also has an additional plug-in called "save session" where you can save the web pages you are currently working on.

You can retrieve them back at one click.
 



If that's the case then what I posted is what you need, right?