Skip to content

Instantly share code, notes, and snippets.

@d48
Created August 28, 2012 17:11
Show Gist options
  • Save d48/3500919 to your computer and use it in GitHub Desktop.
Save d48/3500919 to your computer and use it in GitHub Desktop.
all my pull requests on github via jquery
// go to https://github.com/dashboard/pulls
$('.listing .js-navigation-open').each(
function(key, value) {
console.log('https://github.com' + $(value).attr('href'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment