diff --git a/README.md b/README.md index a2bb19c..942f2ed 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,70 @@ # UntrackMe [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Crowdin](https://badges.crowdin.net/nitterizeme/localized.svg)](https://crowdin.com/project/nitterizeme) [![pipeline status](https://framagit.org/tom79/nitterizeme/badges/develop/pipeline.svg)](https://framagit.org/tom79/nitterizeme/commits/develop) -UntrackMe once set by default to open Twitter and YouTube links will transform them into Nitter and Invidious links and delegate the action to another app. +UntrackMe transforms Twitter, YouTube, Instagram, Reddit and Medium and Wikipedia links to links of open source, [privacy friendly front-ends](#privacy-friendly-front-ends). Converts Google Maps links to OpenStreetMap links. Removes tracking parameters from any url. Then delegates the action to other apps that are capable of handling them. -There are two versions of UntrackMe - Once handling all URLs for removing tracking parameters - Another one called "UntrackMe Lite" that will only handle Twitter, Youtube, Instagram, Google Maps and shortened URLs. +##### Versions of UntrackMe: +- **Lite**
+Can handle Twitter, YouTube, Instagram, Reddit Medium, Wikipedia, Google Maps and shortened urls. + +- **Full**
+All features of _Lite_ version + Can remove tracking parameters from any url. ## Donate [Donate using Liberapay](https://liberapay.com/tom79/donate) + ## Download -Full version: [Get it on F-Droid](https://f-droid.org/app/app.fedilab.nitterizeme) +- **Full Version**:
+[Get it on F-Droid](https://f-droid.org/app/app.fedilab.nitterizeme) -Lite version: [Get it on F-Droid](https://f-droid.org/app/app.fedilab.nitterizemelite) +- **Lite Version**:
+[Get it on F-Droid](https://f-droid.org/app/app.fedilab.nitterizemelite) -### What is Nitter: +## Privacy Friendly Front-Ends -A free and open source alternative Twitter front-end focused on privacy. -Github project: [/zedeus/nitter](https://github.com/zedeus/nitter) +- **Nitter**
+Nitter is a free and open source front-end for Twitter
+_Source Code: [github.com/zedeus/nitter](https://github.com/zedeus/nitter)_ +- **Invidious**
+Invidious is a free and open source front-end for YouTube
+_Source Code: [github.com/iv-org/invidious](https://github.com/iv-org/invidious)_ -### What is Invidious: +- **Bibliogram**
+Bibliogram is a free and open source front-end for Instagram
+_Source Code: [sr.ht/~cadence/bibliogram](https://sr.ht/~cadence/bibliogram)_ -A free and open source alternative front-end to YouTube -Github project: [/omarroth/invidious](https://github.com/omarroth/invidious) +- **Teddit**
+Teddit is a free and open source front-end for Reddit
+_Source Code: [codeberg.org/teddit/teddit](https://codeberg.org/teddit/teddit)_ -### What is Bibliogram: +- **Libreddit**
+Libreddit is a free and open source front-end for Reddit
+_Source Code: [github.com/spikecodes/libreddit](https://github.com/spikecodes/libreddit)_ + +- **Scribe**
+Scribe is a free and open source front-end for Medium
+_Source Code: [sr.ht/~edwardloveall/scribe](https://sr.ht/~edwardloveall/scribe)_ + +- **Wikiless**
+Wikiless is a free and open source front-end for Wikipedia
+_Source Code: [codeberg.org/orenom/wikiless](https://codeberg.org/orenom/wikiless)_ -A free and open source alternative front-end to Instagram -Github project: [/cloudrac3r/bibliogram](https://github.com/cloudrac3r/bibliogram) ### Screenshots: +A simple interface to cusomize instances -![A simple interface to cusomize instances](./images/img1.png) ![Clicking on app will open settings](./images/img2.png) ![You can get latencies for instances and pick up them here](./images/img3.png) +The app handled and transformed it before delegating the action - ![A YouTube link received via a text message](./images/img4.png) ![The app handled and transformed it before delegating the action](./images/img5.png) ![The app opened the transformed link](./images/img6.png) +You can get latencies for instances and pick up them here + +You can customize the parameters and values you want to add to invidious urls + +Check which domains are set to open in UntrackMe ### Going further @@ -44,10 +72,10 @@ Github project: [/cloudrac3r/bibliogram](https://github.com/cloudrac3r/bibliogra #### Invidition For a full coverage with URLs, you can use FireFox with the [Invidition](https://addons.mozilla.org/fr/firefox/addon/invidition/) plugin from [@booteille](https://framapiaf.org/@booteille). -Source code of [Invidition on Godeberg](https://codeberg.org/Booteille/invidition) +Source code of [Invidition on Codeberg](https://codeberg.org/Booteille/invidition) #### Privacy Redirect A web extension from [@SimonBrazell](https://github.com/SimonBrazell) that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives - Nitter, Invidious, FreeTube, Bibliogram & OpenStreetMap. -Source code of [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) \ No newline at end of file +Source code of [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) diff --git a/images/img1.png b/images/img1.png deleted file mode 100644 index 5959bab..0000000 Binary files a/images/img1.png and /dev/null differ diff --git a/images/img2.png b/images/img2.png deleted file mode 100644 index 628d0b9..0000000 Binary files a/images/img2.png and /dev/null differ diff --git a/images/img3.png b/images/img3.png deleted file mode 100644 index 6ce03d8..0000000 Binary files a/images/img3.png and /dev/null differ diff --git a/images/img4.png b/images/img4.png deleted file mode 100644 index efc1fce..0000000 Binary files a/images/img4.png and /dev/null differ diff --git a/images/img5.png b/images/img5.png deleted file mode 100644 index a981cb6..0000000 Binary files a/images/img5.png and /dev/null differ diff --git a/images/img6.png b/images/img6.png deleted file mode 100644 index 8bf26ba..0000000 Binary files a/images/img6.png and /dev/null differ