/** * @author https://codepen.io/bookmarklets * @file Check Google's cache for a copy of the current page. * Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#} */ javascript:window.location = 'https://webcache.googleusercontent.com/search?q=cache:'+window.location;