/** * @author https://codepen.io/bookmarklets * @file Sending a URL to an Internet Archive will often generate a readable version. * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(document.location)))