About URL Shortener

This is a simple URL shortener application that redirects users based on the route specified in the URL.

For example, navigating to ../?r=ka0 will redirect you to Google, or ../?b64=aHR0[...]Lmlv will redirect you to the new github pages.

The application supports the following query parameters:

The HTML converter works by checking the query parameters and performing the appropriate redirection based on the provided flag. The base 64 redirection alerts the user before actually redirecting to prevent scams.

About redirecter v3

Redirects using the ?= flag. only supports https and a domain name. example: ../../v3/?=youtube.com would go to YouTube.

In summary: the v1 (or simply sh) is the simplest one, the v2 has more feautures, and the v3 "converts" https to http (ideal for whatsapp, who doesn't support http links)