For those who lurk on Reddit - my read-only, ad-free, open source Reddit viewer RDX is better than ever now

overdevs@lemmy.world to Technology@lemmy.world – 685 points –
rdx.overdevs.com

I am posting the updates here because most of the users of RDX came from this community only.

Multiple updates have been made to https://rdx.overdevs.com since I last posted here including:

  1. Importing subscriptions from Reddit
  2. Saving posts for later
  3. Share button
  4. hls/dash videos
  5. better search

Previous posts:

My reddit web viewer still works! Story: When reddit killed 3rd party apps, I uploaded a web viewer I have been using for myself to Github pages for everyone to use...

If you want to lurk on Reddit, you can use this web reader I built for myself when I got inspired by the Apollo app years ago

118

You are viewing a single comment

Thank you so much. Also you can use any browser redirect extension to redirect reddit links to rdx. match https://www.reddit.com/r/(.*)/comments/(.*) redirect to - https://rdx.overdevs.com/comments.html?url=$0

match

https://www.reddit.com/r/(.*)/comments/(.*)

redirect to -

https://rdx.overdevs.com/comments.html?url=$0

Added code blocks for ya