Skip to content

Instantly share code, notes, and snippets.

@RobinRojowiec
Last active February 22, 2019 21:57
Show Gist options
  • Save RobinRojowiec/b0bebd1178e62fbe488ea67a1af3c593 to your computer and use it in GitHub Desktop.
Save RobinRojowiec/b0bebd1178e62fbe488ea67a1af3c593 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
function changeTitle( profile ) {
document.title = profile.entry[0].displayName;
}
<script src="https://www.gravatar.com/205e460b479e2e5b48aec07710c08d50.json?callback=changeTitle" type="text/javascript">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment