Comment Use xclip and a hotkey! (Score 2, Insightful) 1125
I have my F5 key defined to this:
xclip -o | xargs -iMYCLIP firefox \
-remote "openURL(MYCLIP,new-window)"
Pops up a new window with the selected URL. If you select a whole bunch of URLs, it opens them all in different windows.
xclip -o | xargs -iMYCLIP firefox \
-remote "openURL(MYCLIP,new-window)"
Pops up a new window with the selected URL. If you select a whole bunch of URLs, it opens them all in different windows.