archive.today mirror | archive.org mirror
Do you have a plug in that generates these archive links?
@x0x7 - Could this become an auto-feature on GoatMatrix? We discussed it many times on SaidIt, but nothing came of it.
No, just two browser bookmarklets... well 3 actually.
Archive.today - will check for an archive, and make one if it doesn't exist:
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))
This one checks for an archive.org mirror:
javascript:void(open('https://web.archive.org/web/'+encodeURIComponent(document.location)))
And this one saves an archive.org mirror if one doesn't exist:
javascript:void(open('https://web.archive.org/save/'+encodeURIComponent(document.location)))
Then I use a clipboard manager to paste in a template and then paste the other two links in. But if this could be automated further, even better.
archive.today mirror | archive.org mirror
Do you have a plug in that generates these archive links?
@x0x7 - Could this become an auto-feature on GoatMatrix? We discussed it many times on SaidIt, but nothing came of it.
No, just two browser bookmarklets... well 3 actually.
Archive.today - will check for an archive, and make one if it doesn't exist:
javascript:void(open('http://archive.today/?run=1&url='+encodeURIComponent(document.location)))
This one checks for an archive.org mirror:
javascript:void(open('https://web.archive.org/web/'+encodeURIComponent(document.location)))
And this one saves an archive.org mirror if one doesn't exist:
javascript:void(open('https://web.archive.org/save/'+encodeURIComponent(document.location)))
Then I use a clipboard manager to paste in a template and then paste the other two links in. But if this could be automated further, even better.