Skip to content

Instantly share code, notes, and snippets.

@mjac
Created October 28, 2018 09:01
Show Gist options
  • Save mjac/420c045eac8a54eb827226498fa0df8b to your computer and use it in GitHub Desktop.
Save mjac/420c045eac8a54eb827226498fa0df8b to your computer and use it in GitHub Desktop.
StoryWorth - Remove empty questions (without answers/stories)
$('#stories .remove').each(function (idx, remove) {
$.post('https://www.storyworth.com' + $(remove).attr('href'), {action: 'remove'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment