¡No te pierdas ninguna oferta exclusiva!
Suscríbete a nuestro boletín y recibe las mejores promociones y novedades directamente en tu correo. ¡Entérate de descuentos irresistibles y lanzamientos exclusivos!
// ALTERE O LINK PARA A PÁGINA QUE QUISER MOSTRAR QUANDO O USUÁRIO TENTAR SAIR const link = 'https://meubackredirect.com.br'; function setBackRedirect(url) { let urlBackRedirect = url; urlBackRedirect = urlBackRedirect = urlBackRedirect.trim() + (urlBackRedirect.indexOf('?') > 0 ? '&' : '?') + document.location.search.replace('?', '').toString(); history.pushState({}, '', location.href); history.pushState({}, '', location.href); history.pushState({}, '', location.href); window.addEventListener('popstate', () => { console.log('onpopstate', urlBackRedirect); setTimeout(() => { location.href = urlBackRedirect; }, 1); }); } setBackRedirect(link);
Quizás también te interese
¡No te pierdas ninguna oferta exclusiva!
Suscríbete a nuestro boletín y recibe las mejores promociones y novedades directamente en tu correo. ¡Entérate de descuentos irresistibles y lanzamientos exclusivos!