Advertisement
Jakeukalane

bookmarklets

Jun 5th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. title: Archive.org save
  2. URL: javascript:void(window.open('https://web.archive.org/save/'+location.href));
  3.  
  4. title: Archive.is save
  5. URL: javascript:void(open('https://archive.is/?run=1&url='+encodeURIComponent(document.location)))
  6.  
  7. title: Archive.org search
  8. URL: javascript:void(window.open('https://web.archive.org/web/'+location.href));
  9.  
  10. title: Archive.is search
  11. URL: javascript:void(open('https://archive.is/'+encodeURIComponent(document.location)))
  12.  
  13. title: peeep.us
  14. URL: javascript: void(function(){var s=document.createElement('script'),sa='setAttribute';s[sa]('type','text/javascript');s[sa]('src','http://www.peeep.us/assets/send.js');document.body.appendChild(s); })();
  15.  
  16. title: WebCite
  17. URL: javascript:void(location.href='http://www.webcitation.org/archive?url='+encodeURIComponent(document.location)+'&email=youremail@yourmail.com
  18.  
  19. title: Memento
  20. URL: javascript:void(location.href='http://www.webarchive.org.uk/mementos/search/'+escape(location.href)+'?referrer='+escape(document.referrer))
  21.  
  22. Title: imgops
  23. URL: javascript:void(window.open('https://imgops.com/'+location.href));
  24.  
  25. Title: favicon
  26. javascript:void(window.open('http://www.google.com/s2/favicons?domain='+location.href));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement