заходим на
http://pokeliga.com/entlink/adopts/x...e.php?player=1
и вроде все должно заиграть
var id = document.location.search.split('player=')[1];
id++;
if (id<9000){
if (document.getElementsByClassName("xp_share available").length) document.querySelector(".xp_share img").click();
document.location.href = "http://pokeliga.com/entlink/adopts/xp_share.php?player="+id;
}
else alert('Конец');