Skip to content

Instantly share code, notes, and snippets.

@va7sdf
Created November 19, 2016 13:50
Show Gist options
  • Save va7sdf/4621e8f6b86c9efffd15bf289037b7e8 to your computer and use it in GitHub Desktop.
Save va7sdf/4621e8f6b86c9efffd15bf289037b7e8 to your computer and use it in GitHub Desktop.
Clear
/* Clears user scrobbles for given page, and then clicks the next button.
Thanks to http://blog.thomasupton.com/2012/08/batch-deleting-last-fm-scrobbles/ for the inspiration */
jQuery('.chartlist button.chartlist-delete-button').each(function(_, b) {
b.click();
});
jQuery('li.next > a').trigger('click');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment