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
    Creating Scrolling Parallax Effects with CSS

    Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...

Incredible Demos

  • By
    Basic AJAX Requests Using MooTools 1.2

    AJAX has become a huge part of the modern web and that wont change in the foreseeable future. MooTools has made AJAX so simple that a rookie developer can get their dynamic pages working in no time. Step 1: The XHTML Here we define two links...

  • By
    MooTools Image Preloading with Progress Bar

    The idea of image preloading has been around since the dawn of the internet. When we didn't have all the fancy stuff we use now, we were forced to use ugly mouseover images to show dynamism. I don't think you were declared an official...

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!