Created
September 15, 2022 17:54
-
-
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.
This file contains hidden or 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(){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