How it works: This script will trigger the first pop-up after 30 seconds (30000 ms). After another 30 seconds (i.e., 60 seconds after the page load), the second pop-up will show up. The pop-ups are controlled by a popupViewCount, ensuring that they show up only twice per session (as you set maxViews to 2). Let me know if you need further adjustments! You said: i want 5sec and sfter 5 sec ChatGPT said: Got it! If you want to show the first pop-up after 5 seconds and the second pop-up 5 seconds after that (i.e., 10 seconds from the page load), here's the updated code: html Copy Edit