Skip to content

Instantly share code, notes, and snippets.

@xfenix
Last active March 23, 2020 12:47
Show Gist options
  • Save xfenix/6b49cfe6c00a4e958f870b04810bd4a4 to your computer and use it in GitHub Desktop.
Save xfenix/6b49cfe6c00a4e958f870b04810bd4a4 to your computer and use it in GitHub Desktop.
let jq = document.createElement('script');
jq.src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
$('.message-body-link > .fa-pencil').click();
$('.message-body-link > .fa-trash').each(function() {
$(this).click();
$('.swal2-confirm').click();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment