Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Batch URL input

Input a series of URLs like http://www.example.com/1.html##http://www.example.com/2.html, separated by ##, into the address bar to open all those URLs in separate tabs. Intended to be used to simplify sharing groups of URLs through IM. Due to Greasemonkey limitations, the first URL must be a web page, as opposed to e.g. an image.




Apr 22, 2008
LiamH User

Cool script! You might be interested in a PHP/JavaScript tool I've written for working with batches of URLs.
http://www.liamhennessy.com/url-batch/
It lets you extract 100 result URLs from a Google search results page and open each one with a specified interval. I'm also adding some new features for using wget and making XML sitemaps.

 
Jun 17, 2007
Henrik N Script's author

Dawudd: Feel free to port this to a userChrome.js script. I've only looked at those briefly.

As a userChrome.js script, '|' as a separator would make sense, but as a GM script, it wouldn't likely work since you could end up on a Firefox 404 page which I don't think is GM-scriptable.

 
Jun 17, 2007
Dawudd User

Instead of implementing this with Greasemonkey, I think it more be useful as a userChrome.js script. That way, the URL (any URL) can be split up before loading. Also, I think it would make more sense to use '|' to split URLs, just like Firefox already does for multiple home pages.

 
Jul 17, 2006
Henrik N Script's author

Personally I will start using another solution instead: http://henrik.nyh.se/blog/2006/07/16/batch-open...

 
Jul 13, 2006
Henrik N Script's author

Changed the format; this makes more sense.

 
Feb 20, 2006
dexter crowley User

Fantastic! I'm using this to assign custom search keywords to a set of sites, to be able to search from multiple sources at once. Thanks a lot for this script.

You could comment on this script if you were logged in.