Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 29, 2024 04:09
Show Gist options
  • Save henshaw/f52ff0278354479170bebc444b6d7ca7 to your computer and use it in GitHub Desktop.
Save henshaw/f52ff0278354479170bebc444b6d7ca7 to your computer and use it in GitHub Desktop.
Bookmarklet URL for viewing a web page in Google's Web Cache
javascript: window.location = 'https://webcache.googleusercontent.com/search?q=cache:' + window.location.protocol + '//' + window.location.hostname + window.location.pathname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment