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

  • If Only
    link
    fedilink
    English
    422 years ago

    It doesn’t seem to work for me. When I put a sub in there I get a blank page.

    • @overdevs@lemmy.worldOP
      link
      fedilink
      English
      202 years ago

      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)

      • @Radium@sh.itjust.works
        cake
        link
        fedilink
        English
        72 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

        • PopShark
          link
          fedilink
          English
          12 years ago

          I hit “disable content blockers” in iOS Safari and I could then view it perfectly. I left tracking protection on, I don’t think it bothers it

      • @overdevs@lemmy.worldOP
        link
        fedilink
        English
        52 years ago

        The link appears below all the content that is loaded. Since there is some setting in your browser blocking the loading of one XHR request to Reddit the content doesn’t load at all and the BMAC links appears at top. Donating is completely optional and I don’t expect people who can’t see the content will donate anyway. However once in a while when someone donates I get some satisfaction that people are using what I built and are happy with it.

        Though I agree the link is too big and feels like an AD I will make it smaller, or you can just fork the repo and remove the link entirely.