Hi Folks,
I know as long as Firefox has the "New pages should be opened in - a new tab" selected, the following code will open specified urls in new tabs to the firefox window last selected.
firefox '<url here>'
Works great. However with many tabs to open the user needs to leave computer as until all open as desired.
Is it possible to (in bash):
A) Launch a new Firefox window, open all subsequent pages in tabs in that window and B) Let the user interact with other open firefox windows while the remaining tabs continue to load in the newly launched firefox window?
Thank you!