287
submitted 1 year ago by alyaza@beehaw.org to c/technology@beehaw.org

hey everyone. if you want to post links or discuss the Reddit blackout, its aftermath, and what's happening going forward, please localize it to this thread in order to keep things tidy! thanks! we'll see if we need to cycle the thread again before the end of this week, but i don't know that we'll need to

you are viewing a single comment's thread
view the rest of the comments
[-] pe1uca@lemmy.pe1uca.dev 33 points 1 year ago

I created this addon for Firefox to redirect all reddit pages to archive.org.
https://addons.mozilla.org/en-US/firefox/addon/reddit-to-wayback-machine/

(I'd need to update to MV3 to port it to chrome, and I don't know yet how have this functionality without webRequest)

[-] AntBas@eslemmy.es 3 points 1 year ago

This is awesome, thank you!

[-] elauso@feddit.de 1 points 1 year ago

That sounds super useful! Does it also change www.reddit.com/... to the archived OLD.reddit.com version? Those seem to work much better, yet most Google results are to the new interface.

[-] pe1uca@lemmy.pe1uca.dev 0 points 1 year ago

Yes, it checks the url is old reddit, if not make it old reddit.

if (!url.match(/^(http(s)?:\/\/)old\.reddit\.com/)) {
    url = "old.reddit.com" + url.split("reddit.com")[1];
  }
[-] elauso@feddit.de 5 points 1 year ago

Very nice! I'm currently on chromium so I can't use it – but it's one more reason to switch back to Firefox :)

this post was submitted on 15 Jun 2023
287 points (100.0% liked)

Technology

37213 readers
177 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

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