Remove Duplicate URLs

Paste a list of URLs and get back a version with duplicates removed.

Result

Frequently asked questions

Does it treat http:// and https:// versions of the same URL as duplicates?

No, they're compared as exact text matches, so http://example.com and https://example.com are kept as two separate entries even though they may point to the same page.

Does it keep the original order?

Yes, the first occurrence of each URL is kept in its original position, later duplicates are simply removed, the rest of the list isn't reordered.

Is my list of URLs sent anywhere?

No, this runs entirely in your browser with plain JavaScript. Nothing is uploaded to a server.

Related tools