Instagram Unfollowers Checker

const startButton = document.getElementById("startUsingApp"); if (startButton) { startButton.onclick = () => { popup.style.animation = "fadeOut 0.3s ease-out"; setTimeout(() => { popup.remove(); }, 300); }; }