Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

159
Visualizações
Popup Shall Appear When User Scroll About 10% of Page

Hi Can Somebody Help me Out Here I want this popup window to appear after the user scrolls in the page heres my code

<script type="text/javascript">
 var adblock = true;
 </script>
 <script type="text/javascript" src="adframe.js"></script>
 <script type="text/javascript">
 if(adblock) 
 {
 alert("We Noticed You are using Ad blocker :( We Work Really Hard and Spend Huge Time to test 
 and verify these files for you. Please Support us By Disabling Ad blocker for this Domain. We 
 dont show any popups or Poor Ads. Because we hate them too. If you cannot disable Ad blocker 
 for our site. We can understand, Dont Worry! Your Download will start always regardless of Ad 
 Blocker. Consider sending us small donation. Because we want to keep this site free as long 
 as possible.");
 document.getElementById("wrapper").style.display="none";
 }
</script>

so can somebody help this script to modify and make this to appear like when user scrolls the page it shall appear

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

This will get the job done!

let ScrollThreshold = window.innerHeight/10; //Divide the full height of window by 10 to get your 10%

document.addEventListener('scroll', function(e) 
{
  if(window.scrollY > ScrollThreshold)
  {
   //Add your pop-up code right here!
    console.log(`The window scroll is at ${window.scrollY}, which is beyond the threshold of ${ScrollThreshold}`);  
  }
  
});
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda