- cross-posted to:
- reddit@lemmy.ml
- cross-posted to:
- reddit@lemmy.ml
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
Is there a scriptlet that could be run to do this in an Android browser like Hermit?
I don’t know how to do that.
I’ll be using Firefox nightly to be able to install it.
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
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
That’s great! Thank you