firefox: Insert new tabs after the current one

Insert new and related tabs after the current one.
`insertRelatedAfterCurrent` is already set by default, but related and
wanted so I still added it.
This commit is contained in:
2023-01-24 02:57:31 +01:00
parent 6930d9b2d9
commit 6a48ee8adc

View File

@@ -10,6 +10,8 @@ user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited"
user_pref("browser.newtabpage.pinned", "[]");
user_pref("browser.shell.checkDefaultBrowser", true);
user_pref("browser.startup.page", 3);
user_pref("browser.tabs.insertAfterCurrent", true);
user_pref("browser.tabs.insertRelatedAfterCurrent", true);
user_pref("browser.urlbar.placeholderName", "DuckDuckGo");
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("devtools.theme", "dark");