Skip to content

Instantly share code, notes, and snippets.

@scien
Created February 19, 2015 18:02
Show Gist options
  • Save scien/ea853fe6d08d36d99af8 to your computer and use it in GitHub Desktop.
Save scien/ea853fe6d08d36d99af8 to your computer and use it in GitHub Desktop.
open github issues
$('.issue-title-link').each(function(i, el) {
window.open($(el).attr('href'), '_blank')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment