Skip to content

Instantly share code, notes, and snippets.

@jaredallard
Last active August 29, 2015 14:03
Show Gist options
  • Save jaredallard/707c4400db7e0066c07a to your computer and use it in GitHub Desktop.
Save jaredallard/707c4400db7e0066c07a to your computer and use it in GitHub Desktop.
Gets any song from http://bronytunes.com/
// By RainbowDashDC
// Gets any song from http://bronytunes.com
//
// This relies on bronytunes, or another site (if being modified) having JQuery.
// If it does not have jquery, it WILL NOT work. Load it yourself.
$("#play_pause").click(); // this will play/pause it, needed for people who don't click it at first.
$("#songPlayer").attr("src"); // print out the src element of the audio element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment