-
Hello, I'm having a hard time finding the pref/setting to allow my pinned tabs to return on browser restart. In the FF settings I have 'Open previous windows and tabs' selected (true). No changes to the default user.js values, and the following overrides: // PREF: show weather on New Tab page
user_pref("browser.newtabpage.activity-stream.showWeather", true);
// PREF: disable the Firefox View tour from popping up
user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}");
// PREF: Vertical Tabs
user_pref("sidebar.verticalTabs", true);
user_pref("sidebar.revamp", true);
// PREF: MacOS theming
user_pref("widget.macos.titlebar-blend-mode.behind-window", true);
user_pref("browser.theme.native-theme", true);
//PREF: Windows theming
user_pref("widget.windows.mica", true);
user_pref("browser.theme.native-theme", true);
user_pref("browser.tabs.allow_transparent_browser", true);
//PREF: DOH
user_pref("network.trr.mode", 5); // OFF
// PREF: remove AI
user_pref("browser.ml.chat.enabled", false); // AI chat and sidebar
// PREF: hide dropdown suggestions when clicking on the address bar
user_pref("browser.urlbar.suggest.topsites", false); Any advice for how to have pinned tabs persist? Additional details: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Do you mean new tab page thumbnails? You shouldn't need this for new profiles with the v.137 user.js, but I've left this here for all current and previous setups: https://github.com/yokoffing/Betterfox/wiki/Common-Overrides#new-tab-shortcuts. The key one being:
Or do you mean pinned tabs literally? Check |
Beta Was this translation helpful? Give feedback.
If you want to retain your tabs for next session, you need to right-click-quit. Do not click the red X.