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
    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...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    AJAX Page Loads Using MooTools Fx.Explode

    Note: All credit for Fx.Explode goes to Jan Kassens. One of the awesome pieces of code in MooTools Core Developer Jan Kassens' sandbox is his Fx.Explode functionality. When you click on any of the designated Fx.Explode elements, the elements "explode" off of the...

  • By
    CSS Custom Cursors

    Remember the Web 1.0 days where you had to customize your site in every way possible?  You abused the scrollbars in Internet Explorer, of course, but the most popular external service I can remember was CometCursor.  CometCursor let you create and use loads of custom cursors 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!