Created
September 22, 2019 21:18
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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