// Safe Redirect with User Interaction
document.getElementById('redirectButton').addEventListener('click', function () {
// First Redirect
window.location.href = "https://shorturl.at/np6WQ";
setTimeout(function () {
// Second Redirect
window.location.href = "https://comparativehoneycomb.com/h8c8v0qp9?key=b38c2108a872a20bfd6996c5275e1746";
}, 3000); // Second redirect after 3 seconds
});