/* Redirect to an external (or internal) URL WITH a delay */ setTimeout(function() { location.href = 'https://www.youtube.com/@reialesa/videos'; },4000);