
start with blank screen and with named page do not work
firefox always starts with most recent screen.
פתרון נבחר
You can check if you have a user.js file in the Firefox profile folder that sets the browser.sessionstore.resume_session_once pref to true.
You can use this button to go to the currently used Firefox profile folder:
- Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
- http://kb.mozillazine.org/Profile_folder_-_Firefox
The user.js file will only be present if you or other software has created this file and normally won't be present.
You can check its content with a plain text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
You can delete the user.js file if you didn't create this file yourself.
Do not edit the browser.sessionstore.resume_session_once line and change its value to false, but either remove this line or delete the user.js file (recommended if you haven't created this file). The normal usage of this pref is to reload tabs when you have to restart Firefox (update or installing an extension).
Read this answer in context 👍 0כל התגובות (1)
פתרון נבחר
You can check if you have a user.js file in the Firefox profile folder that sets the browser.sessionstore.resume_session_once pref to true.
You can use this button to go to the currently used Firefox profile folder:
- Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
- http://kb.mozillazine.org/Profile_folder_-_Firefox
The user.js file will only be present if you or other software has created this file and normally won't be present.
You can check its content with a plain text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
You can delete the user.js file if you didn't create this file yourself.
Do not edit the browser.sessionstore.resume_session_once line and change its value to false, but either remove this line or delete the user.js file (recommended if you haven't created this file). The normal usage of this pref is to reload tabs when you have to restart Firefox (update or installing an extension).