Hacker News new | past | comments | ask | show | jobs | submit login

Chrome bookmarklets to access archive.today cache

Open the oldest archive of the current url:

javascript:(function(){ document.location.href = "http://archive.is/oldest/" + document.location.href; })();

Open the most recent archive of the current url:

javascript:(function(){ document.location.href = "http://archive.is/newest/" + document.location.href; })();




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: