Skip to content

Instantly share code, notes, and snippets.

@meadhikari
Created October 18, 2013 20:34
Show Gist options
  • Save meadhikari/7047825 to your computer and use it in GitHub Desktop.
Save meadhikari/7047825 to your computer and use it in GitHub Desktop.
l = document.links;
for(var i=0; i<l.length; i++) {
l[i].setAttribute("target","_blank")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment