fetch('https://freegeoip.app/json/')
.then(function(response) {
return response.json();
})
.then(function(data) {
if(data.country_code == 'TR') {
window.location.replace("http://google.com");
}
else{
window.location.replace("https://www.youtube.com");
}
})
bu siteyi adblocklar engelliyor bilginiz olsun