this post was submitted on 07 Jan 2024
697 points (93.7% liked)

Technology

55694 readers
2870 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 5 months ago (1 children)

is ok to have workarounds, but i am pretty sure this can be implemented on the app side too. Thanks for the hint tho, at least if i need it i can use it

[โ€“] [email protected] 2 points 5 months ago

I've also made an application for something like this. The only way to change this on the app side is to route all Reddit calls through the app server itself instead of doing it on the browser, essentially making the app a complete proxy. The only thing it does is increase traffic requirements and require everyone to host their own instance.

An addon to disable CORS just for this site is really easy and imo the most sensible approach.