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

  • The Cooking Senpai
    link
    fedilink
    English
    485 months ago

    I am getting a blank page.

    In the console:

    Access to XMLHttpRequest at 'https://www.reddit.com/r/all/.json?limit=20' from origin 'https://rdx.overdevs.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    Tested with both ungoogled-chromium and firefox without cookies

      • The Cooking Senpai
        link
        fedilink
        English
        25 months ago

        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]
          link
          fedilink
          English
          25 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.

    • darkstar
      link
      fedilink
      English
      75 months ago

      Same for me. Won’t use with a workaround, this should be fixed

      • @overdevsOP
        link
        English
        65 months ago

        I would love to fix this, most people who have this issue are using enhanced privacy/tracking protection settings that block the reddit url or have VPN/proxies turned on. Unfortunately reddit blocks that traffic in the guise of preventing spam/scrapping.

        Now I can put up a server and bypass the traffic through my VPS and make the reddit content available to rdx(which libreddit used to do before reddit tightened their API). But soon enough they will ban my server, I will have to buy another and this keeps going on and on. That will be too much effort for too little gain.

        However if there are already some servers that make the reddit JSON available through some proxy, I am all for adding it to the app. However I couldn’t find anything that will even last a week.

        • darkstar
          link
          fedilink
          English
          35 months ago

          Hey thank you for the response!

          Ahh that makes perfect sense, completely understand. Maybe making and linking a short guide at the bottom of the page would be helpful? Something to say “Not Seeing Anything?” And then it links to like a paragraph or two explaining why.

          Just a thought for not so bright users like myself :s

          • @overdevsOP
            link
            English
            15 months ago

            Something to say “Not Seeing Anything?” And then it links to like a paragraph or two explaining why.

            Done!