Guest User

Untitled

a guest
Dec 19th, 2015
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Bookmarklets
  2. Check whether it exists in Web Archive
  3. javascript:location.href='https://web.archive.org/web/form-submit.jsp?type=replay&url='+document.location.href;
  4.  
  5. Save to Web Archive
  6. javascript:location.href='http://web.archive.org/save/'+document.location.href;
  7.  
  8. Save to Archive.is
  9. javascript:void(open('https://archive.is/?run=1&url='+encodeURIComponent(document.location)))
Add Comment
Please, Sign In to add comment