I want to be logged in so I can do most things on Reddit like post and comment. I want it to be a web frontend rather than an app because I keep many tabs on Reddit open in my browser while doing research on things (like digital privacy for instance!). I did some searching and didn’t find any currently working frontends with login support.

  • @treasure
    link
    41 month ago

    Because privacy frontends send only the required data without the whole tracking garbage to the corresponding platform. That doesn’t end at API calls, they are missing JS trackers that track your mouse movement, how long you look at a page, etc as well.

    Often, a nice side effect is that ads are removed as well.

      • @treasure
        link
        11 month ago

        It’s a bit hit and miss. Sometimes tracking functions are baked into the same JS files that are required for a functional site. You could absolutely do a deep dive into minified or even obfuscated JS code, but many people prefer to use something simple instead where no tinkering is required.