alexislours·5 jaar geleden·discussIn 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/" + window.location.href, '_blank')})();
alexislours·5 jaar geleden·discussYou 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')})();
javascript: (() => { window.open("https://web.archive.org/web/" + window.location.href, '_blank')})();