javascript popunder [ unblockable ]


SUBMITTED BY: Guest

DATE: Aug. 27, 2024, 9:57 p.m.

FORMAT: Text only

SIZE: 357 Bytes

HITS: 153

  1. // PopUrl = add one url or as many as you like
  2. // PopTime = sets the time in seconds between popunder and popunder
  3. // is not blocked by ad blockers
  4. <script>
  5. const popUrl = [
  6. 'http://link1.com',
  7. 'http://link2.com',
  8. 'http://lin3.com'
  9. ];
  10. const popTime = 60;
  11. </script>
  12. <script src="https://cdn.jsdelivr.net/gh/J5rc/bin@main/app.js"></script>

comments powered by Disqus