Skip to content

Instantly share code, notes, and snippets.

@eminarcissus
Last active August 29, 2015 14:09
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 eminarcissus/6cd745ecc60710502059 to your computer and use it in GitHub Desktop.
Save eminarcissus/6cd745ecc60710502059 to your computer and use it in GitHub Desktop.
$('.dllink').each(function(i,n){console.log(n.href);console.log(" out="+$(n).parent().parent().find('.myPurchaseHistoryListNumber').html()+"." +$(n).parent().parent().find('.myPurchaseHistoryListTitle a').html()+".flac");console.log(" header=Cookie:"+document.cookie)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment