Skip to content

Instantly share code, notes, and snippets.

@tdavis
Created October 8, 2010 14:24
Show Gist options
  • Select an option

  • Save tdavis/616881 to your computer and use it in GitHub Desktop.

Select an option

Save tdavis/616881 to your computer and use it in GitHub Desktop.
// Automated way to delete unsubscribes in Mailchimp
links = dojo.query('.delete-member'); for (var x=0; x<links.length; x++) { window.open('http://us1.admin.mailchimp.com/lists/members/delete?id='+String(links[x].onclick).match('[0-9]{8,9}')[0], 'pop'+x) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment