You are viewing a single comment's thread.

view the rest of the comments →

fartyshorts ago

I'll go through and double-archive all the links. Also, I guess it doesn't hurt to repeat this:

You can make bookmarklets for archive.org and archive.is to instantly archive the page you are currently viewing. Activate your bookmarks toolbar if you haven't already, go to archive.is and click-and-drag the bookmarklet to your toolbar. Click it to archive.

Make a new bookmark and enter the following as the adress/URL:

javascript:void(open('http://web.archive.org/save/'+(document.location)))

That is the bookmarklet for archive.org. One-click archival! I use both on almost every link I click on on this site.

samhara ago

I 'm failing to figure out how to put the javascript on my toolbar.

Oh that's right, my browser doesn't use Java? !

fartyshorts ago

Java is not the same thing as Javascript. You enter it by creating a new bookmark, this is how it looks in Firefox vs. Chrome:

https://imgoat.com/uploads/ab3238922b/13949.png

https://imgoat.com/uploads/ab3238922b/13950.png


BTW: There is a third archival service called "WebCite", which you can bookmarklet like this:

javascript:void(location.href='http://www.webcitation.org/archive?url='+encodeURIComponent(document.location))

But then you have to enter meta data manually, so it's not a one-click service.