I have a list of URLs in a text file, for example,
http://url1
http://url2
http://url3
I wonder how to open them each in one tab in Firefox (or SeaMonkey), without the hassle of creating a new tab, copying into address bar and hitting return for each URL?
My OS is Ubuntu 10.10. Both command line and GUI solutions are welcome.
firefox \cat file.txt`` (as WakiMiko wrote). Anyway using your way will work on all OS. :D – tftd Feb 02 '12 at 16:39setIntervalto iterate over the domains and cancel it once all of them have been processed. – Dennis Nov 30 '16 at 17:29for (var i = 0; i < x.length; i++)tofor (var i = x.length - 1; i >= 0; i--)so that the tab order matches the list order. I don't know if it was true in 2012, but Firefox currently opens each new tab immediately to the right of the current tab when using the page above. – cmasupra Feb 06 '24 at 23:39