Skip to content

Instantly share code, notes, and snippets.

@dzoladz
Created April 10, 2020 20:23
Show Gist options
  • Save dzoladz/0627ce718729217ce5f4f937746cc319 to your computer and use it in GitHub Desktop.
Save dzoladz/0627ce718729217ce5f4f937746cc319 to your computer and use it in GitHub Desktop.
(function() {
var doi = document.querySelector('[data-auto="ep_link"]');
var fixed_doi = doi.toString().replace(".sinclair.ohionet.org", "");
doi.innerText = fixed_doi
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment