bulk url opener

PHOTO EMBED

Fri Feb 20 2026 09:49:31 GMT+0000 (Coordinated Universal Time)

Saved by @SoulDee #typescript

export function parseUrls(text: string): string[] {
  return text
    .split(/\r?\n/)
    .map((line) => line.trim())
    .filter((line) => line.length > 0);
}

export function extractUrls(text: string): string[] {
  const matches = text.match(URL_EXTRACT_REGEX);
  return matches ? [...matches] : [];
}
content_copyCOPY

[Bulk Url Opener](https://bulkurlopener.org) is a tool to open multiple URLs at once.
https://bulkurlopener.org