Skip to content

Instantly share code, notes, and snippets.

@nuc
Created September 24, 2014 08:27
Show Gist options
  • Save nuc/96d5a82de3bfb56989e9 to your computer and use it in GitHub Desktop.
Save nuc/96d5a82de3bfb56989e9 to your computer and use it in GitHub Desktop.
Delete slack files under /files/you
$('#files_list > div > a[data-file-id]').each(function(index, item){TS.files.deleteFile($(item).data('file-id'))})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment