What is Bulk URL?
Paste a list of links and open them all in new browser tabs with one click. Options can add a missing https:// prefix and remove duplicate URLs. You can also just list the links as clickable items instead of opening them.
How Bulk URL works
Each non-empty line is treated as a URL. The tool normalizes them (adding https:// if needed, de-duplicating) and calls window.open() for each.
Browsers limit how many pop-ups a page may open, so very long lists are best done in batches.
Common uses
- Open a list of links quickly
- Launch a daily set of sites at once
- Batch-open search results or pages
- List and click links one by one
Frequently asked questions
Why didn't all tabs open?
Browsers block opening many pop-ups at once. Allow pop-ups for this site and open in batches of ~15.
Does it add https automatically?
Yes, if you enable that option, links without a scheme get https:// added.
Is anything sent to a server?
No — opening happens entirely in your browser.