From 74a7f056f1943a242ce0b5ffbb5acde610f20774 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Wed, 8 Jun 2022 05:08:50 -0400 Subject: [PATCH] Added 'Fancy Animals Short Urls' to the README.md (#124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added 'Fancy Animals Short Urls' to the README.md Added 'Fancy Animals Short Urls' to the README.md. I believe it's in the correct alphabetical order. It's a fork/modification of Ozh's Word Based Short Url modified to use three word lists Adjective, Color, Animal to create URL's like https://short.rip/SwiftCrimsonBullfrog * Escape in-line URL Co-authored-by: Léo Colombaro Co-authored-by: Léo Colombaro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e78f01..46a359e 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Jump to [0-9](#0-9) | [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) ### F - [Fallback URL](https://github.com/ozh/yourls-fallback-url/) - Redirect to a custom URL when the short URL does not exist. +- [Fancy Animals Short Urls](https://github.com/cfultz/Fancy-Animal-Short-Urls) - Plugin to create cool short URLS like `https://short.rip/SwiftCrimsonBullfrog` - [Favicon](https://github.com/YOURLS/yourls-favicon/) ☑️ - Properly displayed favicon in all cases (home screen on iOS, Android, Chrome, Safari...). - [Filter Code](https://github.com/ShredCode/YOURLS-filter-code) - Allow to select 3XX Status Code to return per keyword. - [Fix long URLs](https://github.com/adigitalife/yourls-fix-long-url) - Fix long URLs that contain %20 and other similar encodings.