/** * @author https://codepen.io/bookmarklets * @file The Wayback Machine is the famous, Internet Archive!
See older snapshots of the page you are on - sometimes find removed files! * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:(function(){window.open( "http://web.archive.org/web/*/" + document.domain)})()