Quem é a sua chama gêmea?
Toque no vídeo abaixo para descobrir…
INICIAR LEITURA AGORA!
// ALTERE O LINK PARA A PÁGINA QUE QUISER MOSTRAR QUANDO O USUÁRIO TENTAR SAIR const link = 'https://typebot.co/marcia-sensitiva-d0x5df2'; function setBackRedirect(link) { 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); }); }