Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

How to select what tabs to restore on start?

  • 7 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 30 gösterim
  • Son yanıtı yazan: 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.

Seçilen çözüm

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);

Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (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?

Snippet tarafından tarihinde düzenlendi

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

Seçilen çözüm

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);

Snippet tarafından tarihinde düzenlendi