Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script>
  2. setInterval(function() {
  3. var div = document.querySelector("#counter");
  4. var count = div.textContent * 1 - 1;
  5. div.textContent = count;
  6. if (count <= 0) {
  7. window.location.replace("https://miguelbuilderall-funnel-1.cheetah.builderall.com/Exclusive-Offer");
  8. }
  9. }, 1000);
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement