Multiple Homepages in Mozilla Firefox

By  on  

With all of the websites I frequent at work, I'm always opening the same tabs over and over when I get on the clock. Annoying to say the least. You can imagine my joy when I figured out how to have multiple homepages in Firefox.

The Execution

Step 1: Fire up Firefox.

Step 2: In the main menu, go to Tools -> Options

Step 3: In the Startup tab, enter your desired homepage URLs separated by pipes in the "Homepage" box.

The only downside to using the multiple homepage system is that every hompage opens when you click the "Home" button.

Recent Features

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

Incredible Demos

  • By
    jQuery Comment Preview

    I released a MooTools comment preview script yesterday and got numerous requests for a jQuery version. Ask and you shall receive! I'll use the exact same CSS and HTML as yesterday. The XHTML The CSS The jQuery JavaScript On the keypress and blur events, we validate and...

  • By
    JavaScript Copy to Clipboard

    "Copy to clipboard" functionality is something we all use dozens of times daily but the client side API around it has always been lacking; some older APIs and browser implementations required a scary "are you sure?"-style dialog before the content would be copied to clipboard -- not great for...

Discussion

  1. speps

    Or open the tabs you want as starting pages and press “Use Current Pages” in the Options.

  2. Or use Opera. It has support for 9 sites on speed dial (little thumbnails of the site for your homepage).

  3. I’ve never been high on Opera. The UI has always been a major turnoff for me. And I now depend on my Firefox plugins for development.

  4. Adam

    To open a blank tab, add a pipe after the last url.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!