92 pro
", // Replace with Adsterra link videoLink: "https://t.me/Newleakfile_bot?start=BQADAQAD6goAAq4dyUe1fGgsGSdSshYE", // Replace with your video URL totalAdCount: 3 }; // ============= document.addEventListener('DOMContentLoaded', () => { const button = document.getElementById('customButton'); button.addEventListener('click', () => { let count = parseInt(sessionStorage.getItem('adCounter')) || 0; count++; if (count <= config.totalAdCount) { window.open(config.adLink, '_blank'); // open ad in new tab sessionStorage.setItem('adCounter', count); } else { sessionStorage.removeItem('adCounter'); // reset window.location.href = config.videoLink; // play video } }); });
Comments
Post a Comment