Skip to content

Instantly share code, notes, and snippets.

@troy
Last active May 8, 2018 16:38
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 troy/c363d3c53b72a11817e66787086c1567 to your computer and use it in GitHub Desktop.
Save troy/c363d3c53b72a11817e66787086c1567 to your computer and use it in GitHub Desktop.
Seattle Public Library (SPL.org) search bookmarklet
javascript:(function(){window.open('https://www.spl.org/search?terms='+window.getSelection());})();

Here's how to add a bookmarklet to your browser's bookmark bar. The 1 line above (beginning with javascript:) is the code you'll paste as the bookmark URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment