deixar página
window.onbeforeunload = function(){
myfun();
return 'Are you sure you want to leave?';
};
Xerothermic Xenomorph
window.onbeforeunload = function(){
myfun();
return 'Are you sure you want to leave?';
};