viewing paste Unknown #54465 | Javascript

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
function prowoCation(){
nonpc = document.querySelectorAll("img.playerlogo");
 
for (var inonpc = 0; inonpc < nonpc.length; inonpc++){
if (nonpc[inonpc].src != "https://clickfight.net/assets/arena/playericon.png"){
$('.playername')[inonpc].children[0].children[0].textContent = 'Prowo The  Cock Sucker';
}
}
setTimeout(prowoCation, 2000);
}
 
prowoCation();
Viewed 444 times, submitted by Guest.