In this case you can just use the following and it will redirect on the latest archive without being dependant on a 3rd party website: javascript: (() => { window.open("https://web.archive.org/web/" +…
You have always been able to do this with archive.is, I’ve been using this bookmarklet for a quite some time. javascript: (() => { window.open("https://archive.is/" + window.location.href, '_blank')})();
In this case you can just use the following and it will redirect on the latest archive without being dependant on a 3rd party website: javascript: (() => { window.open("https://web.archive.org/web/" +…
You have always been able to do this with archive.is, I’ve been using this bookmarklet for a quite some time. javascript: (() => { window.open("https://archive.is/" + window.location.href, '_blank')})();