Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

What happened to the startup option "Open specific pages at startup" ??? How do we get this back!

  • 3 replies
  • 1 has this problem
  • 443 views
  • Last reply by cor-el

When did this startup option get removed and how do i get it bacK?

When did this startup option get removed and how do i get it bacK?

Chosen solution

By default, Firefox loads your home page(s) at startup. You can configure multiple URLs (How to set the home page). However, these are the same URLs loaded in a new window (Ctrl+N) and by the Home button, so this might not be the most convenient feature.

Firefox also can reload pinned tabs at startup, as long as you Quit Firefox with these tabs still open. More info: Pinned Tabs - keep favorite websites open and just a click away.

Read this answer in context 👍 1

All Replies (3)

Chosen Solution

By default, Firefox loads your home page(s) at startup. You can configure multiple URLs (How to set the home page). However, these are the same URLs loaded in a new window (Ctrl+N) and by the Home button, so this might not be the most convenient feature.

Firefox also can reload pinned tabs at startup, as long as you Quit Firefox with these tabs still open. More info: Pinned Tabs - keep favorite websites open and just a click away.

Thank you, that was really buried.

Note that you can also add URLs to the command line you use to start Firefox via a bash script.

#!/bin/sh

cd <path to firefox installation>
./firefox url1 url2