Skip to content

Instantly share code, notes, and snippets.

@gbishop
Created September 15, 2022 17:54
Show Gist options
  • Save gbishop/b39db193f1a1fc8f8da00a0a965d1fe7 to your computer and use it in GitHub Desktop.
Save gbishop/b39db193f1a1fc8f8da00a0a965d1fe7 to your computer and use it in GitHub Desktop.
A quick bookmarklet or "search engine" hack for jumping to the library proxy.
javascript:(function(){var lib=".libproxy.lib.unc.edu",url=https://${location.host.replaceAll(".","-")}${lib}${location.pathname}${location.search};location.href=url})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment