Skip to content

Instantly share code, notes, and snippets.

@spig
Created October 12, 2016 21:17
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 spig/d66a3aa81f7c96d4a035976936e6f679 to your computer and use it in GitHub Desktop.
Save spig/d66a3aa81f7c96d4a035976936e6f679 to your computer and use it in GitHub Desktop.
Remove all songs from wish list on freegalmusic.com
$("div.wishlistsong").each(function(index, wsl) { $.post("/homes/removeWishlistSong/", { ajax: 1, delete: wsl.id.replace('wishlistsong-', '') })});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment