Skip to content

Instantly share code, notes, and snippets.

@LucasLarson
Last active November 29, 2020 20:36
Show Gist options
  • Save LucasLarson/34c87afbfd3f3165ca72d9c14c21c023 to your computer and use it in GitHub Desktop.
Save LucasLarson/34c87afbfd3f3165ca72d9c14c21c023 to your computer and use it in GitHub Desktop.
Find Mementos: a repaired bookmarklet to search the UK Web Archive, whose results include those of the Internet Archive
The UK Web Archive’s recommended bookmarklet no longer works because it escapes the referer’s address.
Then in 2020, they stopped serving their site over HTTPS (!).
Use this code instead as your bookmarklet’s address:
javascript:/* eslint-env browser */location.href='http://webarchive.org.uk/mementos/search/'+location.href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment