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
[–] [S] 17 points 2 years ago (3 children)

Check the console of your browser. Browser's aggressive privacy controls may be automatically blocking the json call to reddit's api. (right click, inspect element)

  • source
  • parent
  • hideshow 6 child comments
  • [–] 11 points 2 years ago (2 children)

    Does not work on android with Firefox at all

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 2 years ago

    It isn’t the browser being aggressive. It’s a protection called CORS (Cross Origin Resource Sharing) and you should configure your API to allow it.

    There are likely loads of guides whatever language / framework you are using. Users shouldn’t need to disable CORS protections to use your site

  • source
  • parent