Skip to content

Instantly share code, notes, and snippets.

@wesalvaro
Last active August 29, 2015 14:02
Show Gist options
  • Save wesalvaro/32d3ce554ea74a7f24f0 to your computer and use it in GitHub Desktop.
Save wesalvaro/32d3ce554ea74a7f24f0 to your computer and use it in GitHub Desktop.
Get all dem free songs!
$('a[href*=downloadSong]').each(function() {
$('<iframe />').attr('src', $(this).attr('href')).appendTo('body');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment