-
Beta Was this translation helpful? Give feedback.
Answered by
irvinm
Oct 8, 2022
Replies: 1 comment 1 reply
-
For the address bar, you can create sibling tabs by setting:
I would imagine this should work for the search bar, but I have not confirmed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zeroarst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the address bar, you can create sibling tabs by setting:
user_pref("browser.tabs.insertAfterCurrent", true);
I would imagine this should work for the search bar, but I have not confirmed.