this post was submitted on 12 Jun 2023
388 points (100.0% liked)

Technology

37521 readers
165 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I went searching for something today and instinctually clicked on a reddit link. Fortunately the sub was dark for the protest anyway, but it's crazy how ingrained in me it is to go to reddit for everything.

Unfortunately now we're going to have to get used to clicking on those clickbait tech articles like "TOP 10 FACEBOOK ALTERNATIVES 2023" to find information, and weed out the crappy blogs.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 year ago (2 children)

Idk how helpful this is, but LibRedirect basically redirects all reddit links (and other websites like youtube, twitter, tiktok) in your browser to a privacy front-end that doesn't do any tracking or ads or things like that which is better than using the official reddit site.

[–] [email protected] 3 points 1 year ago (1 children)

Thanks for this. It would be cool if it was available for FF on mobile. I suppose it will stop working for Reddit after the API changes.

If my programming was a bit better I'd make an extension that redirects to the most recent archive.org capture. That would keep working after the API changes and keep me from actually visiting Reddit. Maybe I should learn how.

[–] [email protected] 1 points 1 year ago

There is a mobile app(UntrackMe) that does a similar sort of redirecting https://fedilab.app/wiki/untrackme/

[–] [email protected] 1 points 1 year ago

Redirector is another option for this. It's a generic tool so it doesn't have baked in rules, you have to specify your own. I use ^https://(old\\.|www\\.)?reddit.com/r/(.*) for the source pattern and https://your-favorite-libreddit-instance/r/$2 as the destination.