From faea9810ecfbc8db6f750db8d02fa4ccdc8e5737 Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Sun, 27 Feb 2022 22:46:16 +0100 Subject: [PATCH 1/9] clean up --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 865226a..7dc9e8b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Overview of alternative open source front-ends for popular internet platforms (e ## Contents - [YouTube](#youtube) +- [YouTube Music](#youtube-music) - [Twitter](#twitter) - [Reddit](#reddit) - [Instagram](#instagram) @@ -109,13 +110,13 @@ Overview of alternative open source front-ends for popular internet platforms (e - [ytcast](https://github.com/MarcoLucidi01/ytcast): Cast YouTube videos to your smart TV from the command line. This program does roughly the same thing as the "Play on TV" button that appears on the player bar when you visit youtube.com with Chrome or when you use the YouTube smartphone app -#### YouTube Music - -- [beatbump](https://github.com/snuffyDev/Beatbump): Beatbump is an alternative frontend for YouTube Music created using Svelte/SvelteKit, and powered by Cloudflare Workers. +### YouTube Music - [ytmdesktop](https://github.com/ytmdesktop/ytmdesktop): Cross-platform (Windows, Mac, and Linux) desktop app for YouTube Music. Has a (proprietary?) remote control app for Android -- [AudioTube](https://invent.kde.org/plasma-mobile/audiotube): AudioTube is a client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones +- [Beatbump](https://github.com/snuffyDev/Beatbump): An alternative frontend for YouTube Music created using Svelte/SvelteKit, powered by Cloudflare Workers + +- [AudioTube](https://invent.kde.org/plasma-mobile/audiotube): Client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones ### Twitter @@ -316,14 +317,12 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Firefox Add-On: Privacy Redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect) - [Chrome Extension: Privacy Redirect](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) -- [libredirect](https://github.com/libredirect/libredirect): An actively maintained fork of Privacy Redirect that supports Youtube, Youtube Music, Twitter, Instagram,TikTok, Imgur, Reddit, Searx, Google translate, Google Maps, Wikipedia, and Medium. +- [libredirect](https://github.com/libredirect/libredirect): A web extension that redirects popular sites to alternative privacy-friendly frontends and backends. Actively maintained fork of Privacy Redirect that supports Youtube, Youtube Music, Twitter, Instagram, TikTok, Imgur, Reddit, Searx, Google Translate, Google Maps, Wikipedia, and Medium - [Farside](https://github.com/benbusby/farside): Farside provides links that automatically redirect to working instances of privacy-oriented alternative frontends, such as Nitter, Libreddit, etc. This allows for users to have more reliable access to the available public instances for a particular service, while also helping to distribute traffic more evenly across all instances and avoid performance bottlenecks and rate-limiting. - [UntrackMe](https://framagit.org/tom79/nitterizeme): UntrackMe transforms Twitter, YouTube, Instagram, Reddit and Medium and Wikipedia links to links of open source, 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. (Android app) - - ## Related projects - [uBlock Origin](https://github.com/gorhill/uBlock): An efficient blocker for Chromium and Firefox. Fast and lean From 8ce44947753b8f298c8126d2f3ed8d6d9a2c9adc Mon Sep 17 00:00:00 2001 From: Coop Date: Tue, 1 Mar 2022 17:41:01 +1100 Subject: [PATCH 2/9] Added Roffline https://github.com/Darkle/Roffline --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dc9e8b..19f1f72 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Troddit](https://github.com/burhan-syed/troddit): A web client for Reddit - Official instance: https://www.troddit.com +- [Roffline](https://github.com/Darkle/Roffline): A is a self-hosted offline Reddit server. + ### Instagram - [Bibliogram](https://sr.ht/~cadence/bibliogram): Bibliogram is an alternative front-end for Instagram From bd59937dbf2f65a228abbb36fe35096e872b7193 Mon Sep 17 00:00:00 2001 From: Coop Date: Tue, 1 Mar 2022 17:42:36 +1100 Subject: [PATCH 3/9] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f1f72..81a67f5 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Troddit](https://github.com/burhan-syed/troddit): A web client for Reddit - Official instance: https://www.troddit.com -- [Roffline](https://github.com/Darkle/Roffline): A is a self-hosted offline Reddit server. +- [Roffline](https://github.com/Darkle/Roffline): A self-hosted offline Reddit server. ### Instagram From 15b245cb24543a363ef943877f290f1bd4e15087 Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:16:52 +0100 Subject: [PATCH 4/9] Fix Roffline for Reddit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a67f5..8995e72 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Troddit](https://github.com/burhan-syed/troddit): A web client for Reddit - Official instance: https://www.troddit.com -- [Roffline](https://github.com/Darkle/Roffline): A self-hosted offline Reddit server. +- [Roffline](https://github.com/Darkle/Roffline): A self-hosted offline Reddit server. It allows you to browse Reddit posts (including any media in the post) while offline. It is targeted at people that have intermittent internet ### Instagram From cd94453668120061d68c6cba6ceb3e628dd5b340 Mon Sep 17 00:00:00 2001 From: caminsha Date: Thu, 10 Mar 2022 00:08:42 +0100 Subject: [PATCH 5/9] Remove link to bibliogram on github I removed the link for the source repository from bibliogram as the site is not available anymore. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8995e72..5d01a7f 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,6 @@ Overview of alternative open source front-ends for popular internet platforms (e - Official instance: [https://bibliogram.art](https://bibliogram.art) - Public instances: https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md - Example: Troy Hunt on [Instagram](https://www.instagram.com/troyhunt) and [Bibliogram](https://bibliogram.art/u/troyhunt) - - Originally hosted on [Github](https://github.com/cloudrac3r/bibliogram) - [Barinsta](https://github.com/austinhuang0131/barinsta): Open-source alternative Instagram client for Android - On July 26, 2021, Austin Huang (maintainer of Barinsta) received a cease & desist letter from Perkins Coie LLP, a law firm representing Facebook. As a result, Barinsta is no longer maintained or distributed. More information can be found at https://github.com/mendel5/alternative-front-ends/issues/28 and https://austinhuang.me/barinsta . From f1fd6791d2ff30259b5f1b80cb5ae9960a6822a8 Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Sat, 12 Mar 2022 03:23:27 +0100 Subject: [PATCH 6/9] Fix kddit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4171231..5c05331 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Overview of alternative open source front-ends for popular internet platforms (e ### Reddit - [Teddit](https://codeberg.org/teddit/teddit): Alternative Reddit front-end focused on privacy - Lightweight, no ads, no JavaScript, unofficial API - - Official instance: [teddit.net](https://teddit.net) + - Official instance: https://teddit.net - Public instances: https://github.com/teddit-net/teddit#instances - [Github mirror repository](https://github.com/teddit-net/teddit) - Example: /r/Privacy on [Reddit](https://www.reddit.com/r/privacy) and [Teddit](https://teddit.net/r/privacy) @@ -173,16 +173,17 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Dawn](https://github.com/Tunous/Dawn): Open-source Reddit app - Available on [F-Droid](https://f-droid.org/en/packages/me.thanel.dank) - - Forked from [Dank](https://github.com/saket/Dank) + - Forked from Dank: https://github.com/saket/Dank - [Slide](https://github.com/ccrama/Slide): Open source, ad free Reddit browser for Android - Available on [F-Droid](https://f-droid.org/en/packages/me.ccrama.redditslide) - [junipf/reddit-frontend](https://github.com/junipf/reddit-frontend): A reddit front-end written in React - - Official instance: [https://jpf-reddit.netlify.app](https://jpf-reddit.netlify.app) + - Official instance: https://jpf-reddit.netlify.app -- [kddit](https://git.kalli.st/kallist/kddit-spaghetti): `[Proxy]` uwsgi reddit frontend written in python. - - Official Instance: [https://kddit.kalli.st](https://kddit.kalli.st) +- [kddit](https://git.kalli.st/kallist/kddit-spaghetti): uWSGI frontend for Reddit.com written in Python + - Official instance: https://kddit.kalli.st + - `[Proxy]` - [Troddit](https://github.com/burhan-syed/troddit): A web client for Reddit - Official instance: https://www.troddit.com From 2b2c01659ab8911b84674b2e34c70d0b1811a657 Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Sat, 12 Mar 2022 03:28:35 +0100 Subject: [PATCH 7/9] Add HookedBehemoth/supreme-waffle for Reuters.com https://github.com/mendel5/alternative-front-ends/issues/68 https://github.com/mendel5/alternative-front-ends/issues/68 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5c05331..850ae87 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Google Search](#google-search) - [Google Translate](#google-translate) - [Facebook](#facebook) +- [Reuters](#reuters) - [Apple AirPlay](#apple-airplay) - [Hacker News](#hacker-news) - [Other services](#other-services) @@ -270,6 +271,11 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Frost](https://github.com/AllanWang/Frost-for-Facebook): An extensive and functional third party app for Facebook (Android app) +### Reuters + +- [HookedBehemoth/supreme-waffle](https://github.com/HookedBehemoth/supreme-waffle): An alternative front-end to Reuters.com. It is intented to be lightweight and fast and was heavily inspired by Nitter + - Official instance: https://boxcat.site + ### Apple AirPlay - [RPiPlay](https://github.com/FD-/RPiPlay): An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up. From 3273974869755cb20ad5e3014582c9e69db60f9a Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Sat, 12 Mar 2022 03:36:42 +0100 Subject: [PATCH 8/9] Add th-ch/youtube-music for YouTube Music --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 850ae87..65a50ea 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Overview of alternative open source front-ends for popular internet platforms (e - [AudioTube](https://invent.kde.org/plasma-mobile/audiotube): Client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones +- [th-ch/youtube-music](https://github.com/th-ch/youtube-music): YouTube Music desktop app based on Electron bundled with custom plugins (including built-in ad blocker and downloader) + ### Twitter - [Nitter](https://github.com/zedeus/nitter): Alternative Twitter front-end - Lightweight, no ads, no tracking, no JavaScript required From 62a07bf1d661e2b4a616ca92d72537a7f9c53114 Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Sat, 12 Mar 2022 03:41:15 +0100 Subject: [PATCH 9/9] Add SearXNG as a metasearch engine --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65a50ea..036c44b 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,9 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Searx](https://github.com/searx/searx): Searx is a free privacy-respecting internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity - Public instances: https://searx.space +- [SearXNG](https://github.com/searxng/searxng): SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled + - SearXNG is a fork of searx + ### Google Translate - [Lingva Translate](https://github.com/TheDavidDelta/lingva-translate): Alternative front-end for Google Translate, serving as a free and open-source translator with over a hundred languages available