Skip to content

Instantly share code, notes, and snippets.

@headquarters
Created November 4, 2013 21:51
Show Gist options
  • Save headquarters/7309779 to your computer and use it in GitHub Desktop.
Save headquarters/7309779 to your computer and use it in GitHub Desktop.
Zotero does not save exported citations with the appropriate URL, so this appends ".libproxy.lib.unc.edu" to the host name to fix that.
javascript:(function(){window.location=window.location.href.replace(window.location.host,(window.location.host+'.libproxy.lib.unc.edu'));})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment