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

Reddit

13623 readers
1 users here now

founded 6 years ago
MODERATORS
 

Just did a quick update to the add on, mainly to be able to quickly enable it and disable it, just clicking an icon in the URL bar.

https://addons.mozilla.org/en-US/firefox/addon/reddit-to-wayback-machine/

Also open sourced it
https://github.com/pe1uca/reddit_wbm/releases/tag/v2.0.0

you are viewing a single comment's thread
view the rest of the comments
[–] nobloat@vlemmy.net 0 points 2 years ago* (last edited 2 years ago) (1 children)

I am just wondering if someamount of traffic is still going to reddit? Because it seems to open the link as a reddit and direct it to archive.org

[–] pe1uca@lemmy.pe1uca.dev 2 points 2 years ago (1 children)

You can read the code and the feature being used, which even if you see the url displayed, internally the request never leaves your browser.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest

[–] nobloat@vlemmy.net 1 points 2 years ago

That's great! Thank you