Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var ultimoUpdate = "10:00h de 1 de abril"; // Data do ultimo update
- var aldeiasAtaqueUltimoCoordenado = ""; // aldeias ofensivas usadas em coordenados anteriores
- var aldeias = ""; // Aldeias com fulls detetados para o coordenado atual
- for(var aldeiasArray=uniqueArray4(aldeias.split(" ")),aldeiasAtaqueUltimoCoordenadoArray=uniqueArray4(aldeiasAtaqueUltimoCoordenado.split(" ")),i=2;i<document.querySelector("#incomings_table > tbody").childElementCount;i++){var coord=$("#incomings_table > tbody > tr:nth-child("+i+") > td:nth-child(3) > a")[0].textContent.match(/\d+\|\d+\)/)[0].replace(")","");aldeiasArray.includes(coord)?($("#incomings_table > tbody > tr:nth-child("+i+") > td:nth-child(3) > a")[0].style.backgroundColor="#1bff00",$("#incomings_table > tbody > tr:nth-child("+i+") > td:nth-child(3)")[0].style.textDecoration="line-through"):aldeiasAtaqueUltimoCoordenadoArray.includes(coord)&&($("#incomings_table > tbody > tr:nth-child("+i+") > td:nth-child(3)")[0].style.backgroundColor="#ffa700")}function uniqueArray4(t){return[...new Set(t)]}const exp='<div style="width: 100%; text-align: center; "><img src="https://i.imgur.com/F7hHvT2.png"></div>';$(".overview_filters_manage").eq(0).before(exp),$(".overview_filters_manage").eq(0).before(`<h1>Ultimo update: ${ultimoUpdate} </h1> <small>xdam98 (Discord: Xico#7941) </small> <br>`);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement