So I have this Jenkins job taking lots of screenshots and having to open each one of them manually is kind of long and boring (especially since I have to do it a lot of times a day).
I went ahead and made a greasemonkey script which adds a button in Jenkins copying all of the screenshot links into the system clipboard.
Then I made a small script (well actually it's just a Firefox command) which opens a new Firefox window with all the links in different tabs.
Best thing is, I added the script to Gnome's menu so I can run it just searching for "Open all links", similar to something like Alfred on mac