Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam,
Jak w temacie.
Jak zrobić w FF, aby przy starcie przeglądarki nie były przywracane karty?
Nie chodzi mi o opcje którą można wyklikać w preferencjach, tylko o opcje z configa.
Używam:
user_pref("browser.startup.page", 1);
Ale nie dziala chyba ;/
Offline
Przejrzyj pozostałe opcje:
Go to about:config and type in "session"
Make sure the values are as followed:
* browser.sessionstore.enabled (bool) - Activate the service. Default is true.
* browser.sessionstore.resume_from_crash (bool) - Resume sessions post-crash. Default is true.
* browser.sessionstore.resume_session_once (bool) - Resume session at the next application start, but not again. Default is false. This is used for restarting the browser after application updates and extension installation.
* browser.startup.page (int) - What is displayed when Firefox starts: 0 = blank page; 1 = homepage; 3 = previous session. Default is 1. (Note: This preference is exposed in the Startup section of the Main pane of the Options/Preferences dialog.)
Offline
Strony: 1