Skip to content

Instantly share code, notes, and snippets.

@sjurgis
Last active February 9, 2016 21:43
Show Gist options
  • Save sjurgis/e15e4aac0292cbd1fead to your computer and use it in GitHub Desktop.
Save sjurgis/e15e4aac0292cbd1fead to your computer and use it in GitHub Desktop.
Array.prototype.slice.call( document.querySelectorAll('a[title^="Delete"') ).map(function (t) { t.click() })
@sjurgis
Copy link
Author

sjurgis commented Feb 9, 2016

Deletes all items in Salesforce Classic list view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment