Created
February 19, 2015 18:02
-
-
Save scien/ea853fe6d08d36d99af8 to your computer and use it in GitHub Desktop.
open github issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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