Created
September 22, 2019 21:23
-
-
Save kmlawson/8810012450b39897c1b52b055a3ebbb1 to your computer and use it in GitHub Desktop.
A bookmarklet for St Andrews library to show only books/books that contain the search term in the title
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)+'__Ff%3Afacetfields%3Atitle%3Atitle%3ATitle%3A%3A__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