1<script> 2 window.onload = function() { 3 console.log("PAGE_ONLOAD_EVENT" + location.hash); 4 }; 5</script> 6