Click on the person you want to send messages on loop.
then open the browser console.
copy the code from below.
paste the code in browser console.
Hit enter then it will ask you to type your message and the number of times you want to send the message.
Done. 👍
varmessage=prompt("Enter your message","");varcounter=parseInt(prompt("How many Times ?",10));window.InputEvent=window.Event||window.InputEvent;varevent=newInputEvent("input",{bubbles: true});vartextbox=document.getElementsByClassName("_2_1wd copyable-text selectable-text")[1];for(letindex=0;index<counter;index++){textbox.innerHTML=message;textbox.dispatchEvent(event);document.getElementsByClassName("_1E0Oz")[0].click();}