
How to launch two tabs in different containers?
I use -url argument for launching Firefox with two tabs.
How can I specify the container for each tab?
Ex.
firefox -url "https://web.whatsapp.com/"-url "https://web.whatsapp.com/"
The first tab belongs to 1st Whatsapp account While the 2nd belongs for another one
- I use Multi-Account Containers - Firefox 108.0.1 (64-bit) - Linux Mint 21.1 Xfce
I use '''-url''' argument for launching Firefox with two tabs.
How can I specify the container for each tab?
Ex.
<code>
firefox -url "https://web.whatsapp.com/"-url "https://web.whatsapp.com/"
</code>
The first tab belongs to 1st Whatsapp account While the 2nd belongs for another one
- I use [https://addons.mozilla.org/firefox/addon/multi-account-containers/ Multi-Account Containers]
- Firefox 108.0.1 (64-bit)
- Linux Mint 21.1 Xfce
Modified