Skip to content

Instantly share code, notes, and snippets.

@Alex-xd
Created November 26, 2016 16:12
Show Gist options
  • Save Alex-xd/fa508d922af06ed4fb552c67984d8eee to your computer and use it in GitHub Desktop.
Save Alex-xd/fa508d922af06ed4fb552c67984d8eee to your computer and use it in GitHub Desktop.
$(document.links).filter(function() {
return this.hostname != window.location.hostname;
}).attr('target', '_blank');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment