snaptube.com Ads.txt file
<!doctype html>
<html>
<head>
<title>Service Availability</title>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=icon type=image/x-icon href=/favicon.ico>
</head>
<body>
<div id=message style=color:#000;text-align:center;margin-top:25%;padding:20px>
Sorry, our services are not available in Your region due to legal and regulatory restrictions.
</div>
<script>const countryCodeMap=new Map([["AT","Austria"],["AU","Australia"],["BE","Belgium"],["BG","Bulgaria"],["CA","Canada"],["CN","China"],["CY","Cyprus"],["DE","Germany"],["DK","Denmark"],["EE","Estonia"],["ES","Spain"],["FI","Finland"],["FR","France"],["GB","United Kingdom"],["GR","Greece"],["HK","Hong Kong"],["HR","Croatia"],["HU","Hungary"],["IE","Ireland"],["IT","Italy"],["JP","Japan"],["KR","South Korea"],["LT","Lithuania"],["LU","Luxembourg"],["LV","Latvia"],["MO","Macau"],["MT","Malta"],["NL","Netherlands"],["NZ","New Zealand"],["PL","Poland"],["PT","Portugal"],["RO","Romania"],["SE","Sweden"],["SI","Slovenia"],["SK","Slovakia"],["US","United States"]]),countriesNeedingThe=new Set(["GB","NL","US"]);document.addEventListener("DOMContentLoaded",(async()=>{const e=document.getElementById("message");try{const a=(await fetch("https://ad-static.nxtsun.com/geo/c.js")).headers.get("countrycode");if(a){const n=a.toUpperCase(),t=countryCodeMap.get(n)||n;let o;o=countriesNeedingThe.has(n)?`Sorry, our services are not available in the <span style="color: #e74b3c;">${t}</span> due to legal and regulatory restrictions.`:`Sorry, our services are not available in <span style="color: #e74b3c;">${t}</span> due to legal and regulatory restrictions.`,e.innerHTML=o}}catch(e){console.error("Error fetching or processing country code:",e)}}))</script>
</body>
</html>