JS EDIT EMPLACEMENT DE BROWSER

 window.onpopstate = function() {
       alert("clicked back button");
    }; history.pushState({}, '');
Healthy Hare