bloqueo webs
<!DOCTYPE html>
<html>
<head>
<title>Adsense Ad Overlay</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9286122748708535" crossorigin="anonymous"></script>
</head>
<body>
<div id="overlay" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9999; color: white; font-size: 24px; text-align: center; padding-top: 20%;">
<p>🔒TOCA PARA DESBLOQUEAR🔒<br>👇👇👇👇👇</p>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9286122748708535"
data-ad-slot="8949261352"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
function showOverlay() {
document.getElementById('overlay').style.display = 'block';
document.body.style.overflow = 'hidden'; // Disable scrolling
setTimeout(function() {
document.getElementById('overlay').style.display = 'none';
document.body.style.overflow = 'auto'; // Enable scrolling
}, 30000); // 20 seconds
}
(adsbygoogle = window.adsbygoogle || []).push({});
showOverlay();
</script>
</body>
</html>
Comentarios
Publicar un comentario