Last active
August 2, 2021 11:02
-
-
Save almet/8ae42cf7972c1e96555617bcaf5f3fb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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