Redirect Link Code For Blogger





Code :



<script>

// Script Shared By ZS TRICKS & CLICKS
// Function to redirect after 5 seconds zstrciksclicks Channel

function redirectToCustomURL() {

window.location.replace('place direct link here');

}




// Wait for the page to load, then redirect after 5 seconds ,

document.addEventListener("DOMContentLoaded", function(event) {

setTimeout(redirectToCustomURL, 5000); // 5000 milliseconds = 5 seconds

});

</script>

Post a Comment

Previous Post Next Post