From d5dce95ba940d84486e65ccfb28f198396f5a46c Mon Sep 17 00:00:00 2001 From: SnwMds <46784020+SnwMds@users.noreply.github.com> Date: Thu, 24 Feb 2022 15:12:31 -0300 Subject: [PATCH] Update "Projects that use parts of ClearURLs" section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7be0caa..e8ec199 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,9 @@ Please push your translation into the folder `_locales/{language code}/messages. * [Uroute](https://github.com/walterl/uroute) used ClearURLs to filter/clean URL before launching browser * [Scrub](https://gitlab.com/CrunchBangDev/cbd-cogs/-/tree/master/Scrub) used ClearURLs to filter/clean URLs as cog for the Red Discord bot -* [Unalix](https://github.com/AmanoTeam/Unalix) a simple Python module that removes tracking fields from URLs and unshort shortened URLs -* [Unalix-nim](https://github.com/AmanoTeam/Unalix-nim) a simple Nim library that removes tracking fields from URLs and unshort shortened URLs +* [Unalix](https://github.com/AmanoTeam/Unalix) small, dependency-free, fast Python package for removing tracking fields from URLs +* [Unalix-nim](https://github.com/AmanoTeam/Unalix-nim) small, dependency-free, fast Nim package and CLI tool for removing tracking fields from URLs +* [UnalixAndroid](https://github.com/AmanoTeam/UnalixAndroid) simple Android app that removes link masking/tracking and optionally resolves shortened links ## Recommended by... * [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)