Skip to content

Instantly share code, notes, and snippets.

@kmlawson
Created September 22, 2019 21:23
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/8810012450b39897c1b52b055a3ebbb1 to your computer and use it in GitHub Desktop.
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
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