Skip to content

Instantly share code, notes, and snippets.

@rjv
Created September 2, 2016 12:30
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 rjv/6a1821274e66c6845f112318297935ae to your computer and use it in GitHub Desktop.
Save rjv/6a1821274e66c6845f112318297935ae to your computer and use it in GitHub Desktop.
document.querySelectorAll('[target=_blank]').forEach(function(target) {
target.setAttribute("rel", "noopener noreferrer");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment