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
    CSS vs. JS Animation: Which is Faster?

    How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point...

  • By
    Write Better JavaScript with Promises

    You've probably heard the talk around the water cooler about how promises are the future. All of the cool kids are using them, but you don't see what makes them so special. Can't you just use a callback? What's the big deal? In this article, we'll...

Incredible Demos

  • By
    TextboxList for MooTools and jQuery by Guillermo Rauch

    I'll be honest with you: I still haven't figured out if I like my MooTools teammate Guillermo Rauch. He's got a lot stacked up against him. He's from Argentina so I get IM'ed about 10 times a day about how great Lionel...

  • By
    Create Twitter-Style Dropdowns Using jQuery

    Twitter does some great stuff with JavaScript. What I really appreciate about what they do is that there aren't any epic JS functionalities -- they're all simple touches. One of those simple touches is the "Login" dropdown on their homepage. I've taken...

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!