Skip to content

Instantly share code, notes, and snippets.

@tyage
Created May 8, 2017 08:47
Show Gist options
  • Save tyage/54680ff5394ae78d7df00e21d3ce655a to your computer and use it in GitHub Desktop.
Save tyage/54680ff5394ae78d7df00e21d3ce655a to your computer and use it in GitHub Desktop.
channels = [] // channels to delete
deleteC = (i) => {
TS.web.channel.confirmChannelDeletion($('form.action_list').eq(2), '#c58g7484s')
$.post('/archives', { 'crumb': 's-1494232592-a84e89cf65-☃', 'do_delete': 1, 'channel_id': channels[i] })
setTimeout(() => deleteC(i+1), 1000)
};
deleteC(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment