Skip to content

Instantly share code, notes, and snippets.

@alexanno
Last active August 28, 2015 19:54
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 alexanno/02817352c7bce28902d0 to your computer and use it in GitHub Desktop.
Save alexanno/02817352c7bce28902d0 to your computer and use it in GitHub Desktop.
s = document.createElement("script");
s.src = "https://code.jquery.com/jquery-2.1.4.min.js";
s.type = "application/javascript";
document.head.appendChild(s);
$("tr a").each(function(key,elem){
elem.target="_blank";
elem.click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment