URLExtractify is a lightweight, web-based tool to extract URLs from pasted content efficiently. It allows users to remove duplicates, sort URLs alphabetically, and customize URL extraction preferences through a simple, intuitive interface.
- Extract URLs: Automatically fetch valid URLs from pasted HTML or plain text content.
- Remove Duplicates: Option to remove duplicate URLs from the output (enabled by default).
- Sort URLs: Option to sort URLs alphabetically or keep their original order (disabled by default).
- Copy to Clipboard: Easily copy the extracted URLs with one click.
- Simple and Accessible UI: User-friendly design with support for both external and internal URLs.
Screenshot 1 | Screenshot 2 |
---|---|
Try it out online: URLExtractify
To run URLExtractify locally:
- Clone the repository:
git clone https://github.com/BaseMax/URLExtractify.git
- Navigate to the project directory:
cd URLExtractify
- Open
index.html
in your favorite browser.
- Paste Content: Copy and paste your content (e.g., emails, documents, or web pages) into the input box.
- Customize Settings:
- Check or uncheck the "Remove Duplicates" and "Sort URLs" options based on your preference.
- Include or exclude external URLs using the checkbox.
- Extract URLs: The tool processes the content and displays all extracted URLs in the output box.
- Copy URLs: Click the "Copy URLs to Clipboard" button to copy the extracted URLs for further use.
Contributions are welcome! Feel free to submit issues or create pull requests to improve this project.
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature description"
- Push to your branch:
git push origin feature-name
- Submit a pull request.
This project is licensed under the MIT License.
Copyright © 2025, Max Base.
See the LICENSE file for more details.