Skip to content

Instantly share code, notes, and snippets.

@almet
Last active August 2, 2021 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almet/8ae42cf7972c1e96555617bcaf5f3fb4 to your computer and use it in GitHub Desktop.
Save almet/8ae42cf7972c1e96555617bcaf5f3fb4 to your computer and use it in GitHub Desktop.
document.querySelectorAll("#messages-list > div").forEach(
item => {
let id=item.id.replace('msg-', '');
$.get(`https://mobile.free.fr/account/messagerie-vocale/message_vocal?id=${id}&action=delete`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment