From Mature Parrot, 3 Months ago, written in Plain Text.
- view diff
Embed
  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.  
  5. <script>
  6. const popUrl = [
  7.   'http://link1.com',
  8.   'http://link2.com',
  9.   'http://lin3.com'
  10. ];
  11. const popTime = 60;
  12. </script>
  13. <script src="https://cdn.jsdelivr.net/gh/J5rc/bin@main/app.js"></script>