From 5e7d451e89e9a6ee6dab4233a371faa253902b8d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 21 May 2025 19:41:37 +0300 Subject: [PATCH] firefox: open tabs after current tab --- etc/firefox/policies/policies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 977997ec..eba96a00 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -748,6 +748,16 @@ "Type": "number", "Value": 0 }, + "browser.tabs.insertAfterCurrent": { + "Status": "default", + "Type": "boolean", + "Value": true + }, + "browser.tabs.insertAfterCurrentExceptPinned": { + "Status": "default", + "Type": "boolean", + "Value": true + }, "browser.tabs.unloadOnLowMemory": { "Status": "locked", "Type": "boolean",