Skip to content

Instantly share code, notes, and snippets.

@kmlawson
Created September 22, 2019 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmlawson/178c86390d9bca1c98fa8ed0809be25c to your computer and use it in GitHub Desktop.
Save kmlawson/178c86390d9bca1c98fa8ed0809be25c to your computer and use it in GitHub Desktop.
Bookmarklet for St Andrews Library to just return books/ebooks, no database results
javascript:(function(){p=prompt('Find book or ebook at St Andrews by Keyword:','');if(p){document.location.href='https://encore.st-andrews.ac.uk/iii/encore/plus/C__S'+escape(p)+'__Orightresult__U__X0__T?lang=eng&suite=def'};})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment