This tool eliminates or modifies URLs in your text. You can remove all URLs, selectively remove only certain ones, keep a whitelist of important links, replace them with placeholders, or filter by domain. It’s perfect for tidying up references, ensuring no undesired external links remain, or simply anonymizing them.
Examples:
Remove All URLs
Wipes out every URL you see, no exceptions.
Before:
Check https://google.com or mysite.org for references.
After:
Check or for references.
Remove Only Specified URLs
Targets certain links, leaving others untouched.
Before:
We only remove google.com, but keep docs.python.org and https://mydomain.com.
After (removing google.com):
We only remove , but keep docs.python.org and https://mydomain.com.
Remove All Except Allowed URLs
A whitelist approach, preserving only certain links.
Before:
We'll keep openai.com, discarding example.org and randomsite.net/page.
After (keeping openai.com):
We'll keep openai.com, discarding and .
Replace URLs with a Placeholder
Swap each link with [URL] or your chosen text.
Before:
Links: https://myportfolio.me/about, blog.example.com/post
After (placeholder = [URL]):
Links: [URL], [URL]
Remove URLs by Domain
Removes links on certain domains only.
Before:
We're deleting https://facebook.com/profiles but not content on myblog.net.
After (removing facebook.com):
We're deleting but not content on myblog.net.
Remove URLs That Don’t Match Domain
Keep only your listed domains; wipe the rest.
Before:
Keeping only https://mydomain.com. Others like yahoo.com must go.
After (keeping mydomain.com):
Keeping only https://mydomain.com. Others like must go.