Skip to content

Instantly share code, notes, and snippets.

@troyxmccall
Created September 29, 2017 20:15
Show Gist options
  • Save troyxmccall/3492fc1142289a68410599306aa4a5bd to your computer and use it in GitHub Desktop.
Save troyxmccall/3492fc1142289a68410599306aa4a5bd to your computer and use it in GitHub Desktop.
batch delete last fm
jQuery('button.dropdown-menu-clickable-item[data-ajax-form-sets-state=deleted]').each(function(_, b) {
b.click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment