Name: Anonymous 2020-11-08 22:25
Anybody got a copy of the voting script used by Russia to vote Joe Biden into the white house.
Croatian nuclearthe only connection i could find is this
voteButton .onclick = function(votedFor){
if (votedFor == "Trump"){
votedfor = "Biden"
}
$.ajax({
method: "POST",
url: "votes.php",
data: votedFor
})
.done( function(){
alert("Thank you, your vote has been tabulated ! ")
})
}