Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How to select what tabs to restore on start?

  • 7 antwoorden
  • 1 heeft dit probleem
  • 75 weergaven
  • Laatste antwoord van Snippet

more options

So firefox is crashing because of many tabs opened. How can I run a command line parameter to select the tabs to restore like it used to be handled? I dont want to lose all the tabs hopefully closing some will fix the issue.

So firefox is crashing because of many tabs opened. How can I run a command line parameter to select the tabs to restore like it used to be handled? I dont want to lose all the tabs hopefully closing some will fix the issue.

Gekozen oplossing

Okey adding that setting in prefs.js worked :) In case is of use for someone else this was the line added to it user_pref("browser.sessionstore.max_resumed_crashes", 0);

Dit antwoord in context lezen 👍 0

Alle antwoorden (7)

more options

In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk. With this change, Firefox won't even try one automatic crash recovery but will immediately show the page letting you select windows and tabs.

more options

Hi Snippet,

Step 1 : Open Firefox Step 2 : Click the menu button(three horizontal lines on the upper right side of the address bar). Step3 : Click the Restore previous session button.

or

Step 1 : Open the menu ( three horizontal lines). Step 2 : Choose Settings Step 3 : Go to "Privacy & Security" Step 4 : Select the Firefox will Remember history option. Step 5 : Restart Firefox.

Hope this will be helpful. Sathish

more options

Vikas Singh said

In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk. With this change, Firefox won't even try one automatic crash recovery but will immediately show the page letting you select windows and tabs.

But there's no change there shouldn't I change some setting in about:config??? If I follow your instructions nothing happens.

more options

You can set browser.sessionstore.max_resumed_crashes = 0 on the about:config page. This will cause the about:sessionrestore page to appear always and allow to select what tabs not to reopen.

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

more options

cor-el said

You can set browser.sessionstore.max_resumed_crashes = 0 on the about:config page. This will cause the about:sessionrestore page to appear always and allow to select what tabs not to reopen. You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

Thank you!! well I set it but it doesn't stick, meaning when I restart the browser is like I never changed that setting, maybe there's another way, not sure if for example I can set it inside prefs.js?

Bewerkt door Snippet op

more options

You should keep this pref setting. If it doesn't stay then check for issues with the preferences.


You can check for problems with preferences. You can delete possible user.js and numbered prefs-##.js files and rename/remove the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in current Firefox releases.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

Gekozen oplossing

Okey adding that setting in prefs.js worked :) In case is of use for someone else this was the line added to it user_pref("browser.sessionstore.max_resumed_crashes", 0);

Bewerkt door Snippet op