Free Tool
4.9/5

Free Bulk URL Opener

Open multiple URLs at once from a list, a spreadsheet column, or any text. The tool cleans the list, opens it in batches you control, and tells you exactly what to do when your browser blocks tabs. No extension needed.

When you paste rich text that contains links, the addresses behind the linked words are collected too. Everything runs in your browser. Ctrl+Enter (Cmd+Enter on a Mac) opens the next batch.

Sharing these links, not just opening them?

Turn them into Flyn short links and every one counts its clicks on the free plan, with country, device, and referrer breakdowns on Pro. Change a destination later without resending anything.

Shorten for free

How to Open Multiple URLs at Once in 3 Steps

Step 1: Paste your links, Bulk URL Opener screenshot
1

Paste your links

Paste a list, a copied spreadsheet column, CSV rows, or any text. The tool finds every http and https URL, adds https:// to bare domains, and keeps the addresses behind linked words when you paste rich text.

Step 2: Review the clean list, Bulk URL Opener screenshot
2

Review the clean list

See how many URLs were found, with duplicates removed and an optional "only URLs containing" filter. Rows that had https:// added are marked, so you can spot anything odd before a single tab opens.

Step 3: Open in batches, Bulk URL Opener screenshot
3

Open in batches

Pick 1 to 50 tabs per click and press Open next. Every opened link is marked, blocked tabs are detected with the fix for your browser, and the next click resumes exactly where the last one stopped.

What a Bulk URL Opener Does, and Why It Opens in Batches

A bulk URL opener takes a list of links and opens each one in its own browser tab, so you do not click through them one by one. People use one to review a batch of product pages, check every link in a newsletter before it goes out, open the results a teammate sent over, or work through a spreadsheet of leads.

The simplest versions are a text box and a loop that opens every line. They break in two predictable ways: messy input (a spreadsheet column with a header, a CSV row, an email with links in the middle of sentences) and the browser's pop-up blocker, which usually lets one tab through per click and drops the rest. This URL opener online cleans the list first, opens it in batches you control, remembers what already opened, and tells you when the browser blocked something, so nothing gets skipped.

Pulls URLs out of any text

One per line, a spreadsheet column, CSV rows, Markdown, or an email. Every http and https link is found, bare domains get https:// added, and email addresses are skipped.

Keeps the links behind linked words

When you paste rich text that contains links, the addresses behind the linked words are collected too and added to the box, where you can see and edit them.

Opens in batches that resume

Choose 1 to 50 tabs per click. Every opened link is marked, and your progress is kept in this browser, so you can close the page and resume the same list later.

Notices blocked tabs

If the browser's pop-up blocker stops part of a batch, the tool stops at the first blocked link, shows how to allow pop-ups for the site, and resumes from exactly that link.

How to Open Multiple Links from Excel or Google Sheets

The same four steps work in Excel and in Google Sheets.

  1. 1

    Select the cells that hold the links

    Click the column letter to take the whole column. Header rows and cells without a URL are ignored, so there is no need to tidy them first.

  2. 2

    Copy and paste them into the box above

    Press Ctrl+C (Cmd+C on a Mac). Spreadsheets copy cells as tab-separated text, one row per line, which the tool reads as it is. You can paste several columns at once.

  3. 3

    Check the count and trim the list

    Leave Remove duplicates on, and use "Only URLs containing" to keep one domain or one campaign if you only need part of the sheet.

  4. 4

    Open in batches

    Press Open next. Progress is kept in this browser, so you can close the tab and resume the same list later from Recent lists.

When the cells show a name, not the address

If a cell shows text like "Product page" and the address sits behind it as a hyperlink, whether the address comes along when you copy depends on the app and on where you paste. When you paste rich text that contains links, this tool also collects the addresses behind the linked words and tells you how many it added.

If none come through and the cells use the HYPERLINK function, add a helper column with =FORMULATEXT(A2) (both Excel and Google Sheets have it), fill it down, and paste that column here. When the address is typed into the formula, the formula text shows it in plain view and the tool pulls it out. If the formula builds the address from other cells, paste those cells instead. Links added with Insert, Link have no formula, and neither app has a standard worksheet function that returns their address.

The macro alternative, honestly

The usual Excel answer is a short VBA macro that loops over the selected cells and hands each address to FollowHyperlink, which opens it in your default browser. The pop-up blocker is not involved, because Excel asks the system to open each link, and it can read the address behind a hyperlinked cell directly.

The trade-offs: it needs desktop Excel with macros enabled (VBA does not run in Excel for the web), the macro has to live in a macro-enabled workbook or your personal macro workbook, and it runs with your permissions, so only run code you have read. Google Sheets has no VBA. Its Apps Script runs on Google's servers, so the usual scripts that open tabs do it through a small dialog in your browser and run into the same pop-up rules as this page.

Why Browsers Block Pop-ups, and How to Allow Them for One Site

Pop-up blocking goes back to the early 2000s, when pages opened ad windows the moment they loaded. Modern browsers only let a page open a new tab or window as a direct result of something you did, such as a click or a key press. Most of them treat that permission as used up once the first tab opens, so a single click that asks for ten tabs usually gets one, and the other nine are blocked. You will typically see a small blocked pop-up icon or a notice bar near the address bar when that happens.

Allowing pop-ups for one site lifts that limit for that site only. Every other site stays blocked, and you can remove the exception later from the same setting. If you would rather not change anything, set Tabs per click to 1: each click then opens exactly one link, which browsers allow.

Chrome

After a batch is blocked, click the blocked pop-up icon at the right end of the address bar, choose "Always allow pop-ups and redirects from https://www.flyn.to", and click Done. The same list lives in Settings, Privacy and security, Site settings, Pop-ups and redirects.

Microsoft Edge

Click the blocked pop-up icon in the address bar and choose to always allow pop-ups and redirects from the site. You can also search Settings for "pop-ups" and add https://www.flyn.to to the Allow list.

Firefox

Firefox shows a bar under the toolbar saying it prevented the site from opening pop-up windows. Click the button at the right end of that bar and choose "Allow pop-ups for www.flyn.to". The exceptions list is in Settings, Privacy & Security, Permissions.

Safari on Mac

With the page open, go to Safari, Settings (Preferences in older versions), Websites, then Pop-up Windows in the sidebar, and set www.flyn.to to Allow.

Phones and tablets

Safari on iPhone and iPad has a single Block Pop-ups switch in the Settings app that applies to every site, and Chrome on Android keeps its Pop-ups and redirects setting under Site settings. Mobile browsers also tend to switch you to each new tab as it opens, so on a phone, one tab per click is usually the practical choice.

Menu names shift a little between browser versions. If a step does not match what you see, search your browser's settings for "pop-ups".

Web Opener vs Browser Extension vs Spreadsheet Macro

Three ways to open all links in a list, and what each one costs you.

This web openerBrowser extensionExcel VBA macro
InstallNothing, open the pageFrom the browser's add-on storeNothing new, but macros must be enabled
Works inAny modern browser, desktop or mobileThe browser family it was built forDesktop Excel on Windows or Mac
Pop-up blockerAllow pop-ups for the site once, or open 1 per clickNot involved: extensions open tabs directlyNot involved: links open through the system
Access it needsNone beyond this pageVaries, often your tabs or all sitesRuns with your user permissions
Messy inputFinds URLs in any text, CSV, or spreadsheet pasteVaries, many expect one URL per lineOnly the cells you select
Batches and resume1 to 50 per click, resumes where it stoppedSome offer delays or batchesEverything at once unless you add a pause

Short version: use this page when you open lists now and then, or on a computer where you cannot or would rather not install anything. An extension earns its place if you open big lists every day in one browser and are happy with the permissions it asks for. A macro fits when the links already live in a workbook you use daily.

How to Open Unfamiliar Links Safely

Opening twenty links in one go means twenty pages you have not looked at yet. A few habits keep that safe.

Expand short links first

A short link hides where it goes. Run unknown ones through the URL Expander to see the final destination and every redirect before you open them.

Check anything that looks off

The Link Safety Checker traces redirects, verifies HTTPS, and flags risk signals such as raw IP destinations, embedded credentials, and look-alike punycode domains before anyone clicks.

Opened tabs cannot reach back

This page cuts the link between each new tab and itself (the window opener), so a page you open cannot quietly redirect this tab to a look-alike site, a trick known as reverse tabnabbing.

Look twice at login pages

A tab from an unfamiliar list that asks you to sign in to your email, bank, or work account deserves a second look at the address bar. Phishing pages copy real login screens closely.

Do not run surprise downloads

Some links start a file download instead of opening a page. Do not open files you were not expecting, especially installers, APKs, or Office documents that ask you to enable macros.

Keep batches small

Ten tabs at a time keeps memory use sane and makes it easier to spot the one page that looks wrong before you move on to the next batch.

Bulk URL Opener + Flyn Short Links: Better Together

Open and review a list for free, then turn the links you share into short links you can measure and change later.

Your list stays on this page

Parsing, cleaning, and opening all run in your browser. The URLs are not sent to Flyn, and history lives in this browser only.

Shorten the whole list

Send the cleaned list to the Bulk URL Shortener in one click, with no copy and paste. Pro imports unlimited links from a CSV.

Every click counted

Flyn short links count every click on the free plan. Pro breaks each click down by country, device, browser, and referrer.

Change destinations later

Edit where a short link points after you share it, so a moved page never breaks a link that is already out.

Frequently Asked Questions

What is a bulk URL opener?
A bulk URL opener takes a list of links and opens each one in a new browser tab, so you do not have to click them one at a time. This one also cleans the list first: it pulls every URL out of whatever you paste, adds https:// to bare domains, and removes duplicates. It then opens the list in batches you choose and keeps track of what has already opened.
How do I open multiple URLs at once?
Paste your links into the box, one per line or mixed into any text, and check the count. Pick how many tabs to open per click, then press Open next. Each click opens the next batch, and the progress bar shows how far through the list you are.
Why does only one tab open when I ask for ten?
Browsers usually let a page open one new tab per click and block the rest, to stop pages from flooding you with pop-ups. When that happens, this tool stops at the first blocked link and shows how to allow pop-ups for www.flyn.to. After you allow them, the next click resumes at the first link that did not open, so nothing is skipped or opened twice.
Is it safe to allow pop-ups for www.flyn.to?
The permission covers www.flyn.to only, and every other site stays blocked. This tool opens tabs only when you click Open next, click a row's open icon, or press Ctrl+Enter (Cmd+Enter on a Mac), and only for the links in your list. Keep in mind that browsers generally apply the exception to the whole site, so it covers every page on www.flyn.to, not only this tool. If you would rather not leave it on, remove it from the same pop-up setting in your browser once your list is done.
How do I open multiple links from Excel?
Select the column with the links, copy it, and paste it here. Excel copies cells as tab-separated text, which the tool reads as it is, and header rows or cells without a URL are ignored. If your cells show a name instead of the address and use the HYPERLINK function with the address typed into the formula, paste a helper column of =FORMULATEXT() results instead, or use a VBA macro if you would rather stay inside Excel.
Can I open multiple links in Google Sheets?
Google Sheets opens links one at a time, from the preview that appears when you select a linked cell. To open a whole range, copy the column and paste it here, then open the links in batches. Header rows and blank cells are ignored, and duplicates are removed if you leave that option on.
Do I need a browser extension to open multiple URLs?
No. This bulk URL opener is a web page, so it works in Chrome, Edge, Firefox, Safari, and other modern browsers without installing anything. Extensions can open tabs without the pop-up blocker getting involved, which is their main advantage, but they are installed per browser and many ask for access to your tabs. If you open lists now and then, allowing pop-ups for one site is the lighter option.
How many URLs can I open at once?
A list can hold up to 5,000 URLs, and you choose 1, 5, 10, 25, or 50 tabs per click. Every open tab uses memory, so batches of 10 are a sensible default on most computers. Close a batch before you open the next one if your browser starts to slow down.
What kinds of input does it accept?
One URL per line, a copied spreadsheet column or several columns, CSV rows, Markdown, or plain prose such as an email. It finds every http and https URL, adds https:// to bare domains like example.com/page when the ending is a real domain suffix, and skips email addresses. When you paste rich text that contains links, it also collects the addresses behind the linked words.
Does it work on a phone?
Yes, but phones handle tabs differently. Mobile browsers usually switch you to each new tab as it opens, and Safari on iPhone and iPad only has one pop-up switch for every site. Set Tabs per click to 1 and tap Open next once per link, then come back to this tab for the next one. Mobile browsers sometimes reload a tab left in the background; if the box is empty when you return, reopen the list from Recent lists and it resumes where you stopped.
Is my list uploaded or stored anywhere?
The list is parsed and opened in your browser and is not sent to Flyn, unless you pass it on with Shorten all or Check all and run that tool, since those tools work on Flyn's servers. To let you resume later, the tool keeps your last 20 lists (up to 500 URLs each) and which links opened in this browser's local storage. Delete any of them from Recent lists, or clear them all in one click.
Can I shorten or check the links after opening them?
Yes. Shorten all sends the cleaned list to the Bulk URL Shortener, and Check all sends it to the Short Link Bulk Health Checker, with no copying and pasting. The health checker checks 25 links per run and queues the rest, so you load the next 25 when a run finishes. The free bulk shortener does one batch of 10 links per day, with unlimited CSV import on Pro.

Ready to put your links to work?

Open lists for free, then turn the links you share into Flyn short links: free click counts and QR codes, with analytics breakdowns and branded domains on Pro, all in one platform.