Fredy Mckay - Doin'It Right (1998)
01. It's Running Over
02. Rome
03. Praising The Father
04. How Can I
05. When The Right Time Comes
06. Blow Wind
07. Sweet and Sour You
08. Some A Dem Weh
google.com, pub-6379231347475719, DIRECT, f08c47fec0942fa0 // Lista de IPs bloqueados const blacklist = [ "201.90.171.162", "172.217.165.1" "186.215.140.106" ]; // Função para bloquear por IP (requer serviço externo) function checkIP() { fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => { if (blacklist.includes(data.ip)) { document.body.innerHTML = "
Seu IP está na blacklist.
"; } }); } // Chame a função para bloquear por IP checkIP();