Skip to content

Instantly share code, notes, and snippets.

@voxpelli
Last active March 26, 2016 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voxpelli/0a6ef34a3766d99b0196 to your computer and use it in GitHub Desktop.
Save voxpelli/0a6ef34a3766d99b0196 to your computer and use it in GitHub Desktop.
(function () {
var referenceHref = document.createElement('a');
referenceHref.href = '';
if (referenceHref.hostname !== window.location.hostname) {
window.location.replace(referenceHref.href);
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment