2024-12-08 21:08:58 +01:00
|
|
|
t:pref
|
|
|
|
i:/browser/app/profile/firefox.js
|
|
|
|
o:/browser/app/profile/firefox.js
|
|
|
|
|
|
|
|
+pref("identity.fxaccounts.enabled", false); // Disable Firefox Account integration (removes "Sign in to Sync" and "Sync and save data")
|
|
|
|
+pref("browser.tabs.tabmanager.enabled", false); // Disable "List all tabs" button
|
2024-12-11 22:11:31 +01:00
|
|
|
+pref("browser.tabs.firefox-view", false); // Remove "View recent browsing" (Firefox View button)
|
2024-12-12 15:20:28 +01:00
|
|
|
+pref("browser.download.autohideButton", false); // Show download button always
|