Skip to content

Instantly share code, notes, and snippets.

@spig
Created October 12, 2016 21:17
Show Gist options
  • Select an option

  • Save spig/d66a3aa81f7c96d4a035976936e6f679 to your computer and use it in GitHub Desktop.

Select an option

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