The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,177 other subscribers

Need to write a proper bookmarklet for the wayback archive (:

Posted by jpluimers on 2017/09/14

Some inspiration for writing a proper bookmarklet that finds or saves a WayBack machine page:

On the last link, I was hoping that the https://web.archive.org/liveweb/https://www.example.org would work but it doesn’t work for many URLs and I’m not sure yet why that is.

It has a nice tip that works though:

Another useful tip: To see the raw copy of the page without the archive.org overlay, insert im_ into the URL, so for example:
http://web.archive.org/web/20130626030834/http://vorb.is/
becomes
http://web.archive.org/web/20130626030834im_/http://vorb.is/

–jeroen

http://www.bookmarklets.com/tools/new.html

  • go-wayback:

    javascript:location.href='http://web.archive.org/web/*/'+location.href.replace(/res:[^#]*#/,'');void(null)
    
  • wayback-undo:

    javascript:location.href=location.href.replace(/http:\/\/web.archive.org\/web\/[^/]*\//,'http://');void(null)
    
  • wayback-analyse:

    javascript:if(location.href.indexOf('http://web.archive.org/web/*')==0){h='';x=new ActiveXObject('Microsoft.XMLHTTP');W=open('','','width=500,height=300,scrollbars,resizable,status');W.status='Looking...';L=document.links;for(i=0;i<L.length;i++){if(L[i].href.lastIndexOf('http:')>1)try{x.open('GET',L[i].href,false);x.send();r=x.responseText;h+=r.length+' - '+L[i].innerText.link(L[i].href)+'<br>';W.document.body.innerHTML=h}catch(e){}}W.status='Done'}else{alert('Go Wayback first')}void(null)
    

http://www.gyford.com/misc/wayback.html

  • WayBack:

    javascript:location.href='http://web.archive.org/web/*/'+document.location.href;
    

https://that1archive.neocities.org/tools/bookmarklets.html

  • Archive.is:

    javascript:void(open('https://archive.is/?run=1&url='+encodeURIComponent(document.location)))
    
  • FreezePage:

    javascript:void(window.open('http://www.freezepage.com/?button=1&url='+encodeURIComponent(window.location.href)+'&name='+encodeURIComponent(document.title)));
    
  • WayBack:

    javascript:(function(){location.href='http://web.archive.org/save/'+(location.href);})();
    
  • WebCite (requires e-mail address at youremail@here.com):

    javascript:void(location.href='http://www.webcitation.org/archive?url='+encodeURIComponent(document.location)+'&email=youremail@here.com')
    

https://support.mozilla.org/en-US/questions/920273

  • WayBack:

    javascript:{var%20url=location.href;void(window.open("http://wayback.archive.org/web/*/"+url));}
    

http://stackoverflow.com/questions/19778064/posting-to-wayback-machine-via-bookmarklet

  • WayBack:

    need to check this out

http://www.bitsgalore.org/2014/08/02/How-to-save-a-web-page-to-the-Internet-Archive/

  • WayBack save:

    javascript:location.href='http://web.archive.org/save/'+location.href
    

https://whyweprotest.net/threads/how-to-get-the-wayback-machine-to-instantly-archive-updates-to-your-web-page.112593/

  • WayBack liveweb:

    javascript:void(location.href='http://web.archive.org/liveweb/'+location.href);
    

view raw

ideas.md

hosted with ❤ by GitHub

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

 
%d bloggers like this: