Skip to content

Instantly share code, notes, and snippets.

@argentinaluiz
Created February 27, 2019 18:25
Show Gist options
  • Save argentinaluiz/9e1cd47b1fefecedf46e9db85bd1a09b to your computer and use it in GitHub Desktop.
Save argentinaluiz/9e1cd47b1fefecedf46e9db85bd1a09b to your computer and use it in GitHub Desktop.
var anchors = document.querySelectorAll('div.classe>a');
for (var key in anchors){
anchors[key].setAttribute('target', '_blank');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment