UOL auto response
This file contains 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
var timex = setInterval(sendFuckingMsg, 30000); | |
function sendFuckingMsg(){ | |
productName = "ESPN Ilimitado"; | |
uolPersonName = document.getElementById("Span1").textContent; | |
textField = document.getElementById("message"); | |
button = document.getElementsByClassName("vinter-button vinter-quest-btnSend")[0]; | |
textField.value = "Oi" + uolPersonName + "Não estou interessado. Quero CANCELAR o " + productName + "!"; | |
button.click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment