From DinJs, 3 Months ago, written in HTML5.
- view diff
Embed
  1. <!-- popunder script with urls rotation - working on all browsers -->
  2.  
  3. const popUrl = [
  4.   'http://url1.com',
  5.   'http://url2.com',
  6.   'http://url3.com'
  7. ]; // no urls limit
  8.  
  9. const popTime = 60; //time in seconds
  10.  
  11. <script src="https://cdn.jsdelivr.net/gh/Dinjs/js@main/pop.js"></script>