URL Shortener Just a very simple URL shortener for personal use.

Sends a GET request to /l with parameter url equal to URL to be shortened and receives text/plain shortened URL. A Chrome extension with similar functionality is also in development. Shortening a URL with content type image/* will result in the image being embedded, to prevent this behavior, append .direct to the shortened URL.

Enter URL to be shortened