A simple and lightweight URL redirection page that can be hosted on GitHub Pages. This tool allows you to create redirect links with custom destinations using URL parameters.
You can try the redirector at: https://xaxxis.github.io/redirect/?url=https://example.com
- Clean and modern interface
- Loading animation while redirecting
- URL validation
- Error handling for invalid URLs
- Mobile-responsive design
- No external dependencies
- Access the redirector using the following URL pattern:
https://xaxxis.github.io/redirect/?url=https://destination-url.com
- Replace
destination-url.comwith your target URL.
Example:
https://xaxxis.github.io/redirect/?url=https://google.com
To host your own instance of this redirector:
- Fork this repository or clone it:
git clone https://github.com/xaxxis/handle-redirection.git-
Enable GitHub Pages:
- Go to repository Settings
- Navigate to "Pages" section
- Select "main" branch as source
- Save the changes
-
Your redirector will be available at
https://[YOUR-USERNAME].github.io/handle-redirection/
- Creating friendly redirect links
- Local development to bypass url live validation
- Temporary redirects
- URL masking for cleaner links
This redirector includes basic URL validation. However, users should always verify the destination URL before clicking on redirect links from unknown sources.
This project is open source and available under the MIT License.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Your Name
- GitHub: @xaxxis
Give a βοΈ if this project helped you!