js ask before close chrome

JavaScript
  window.onbeforeunload = function() {
        return "";
  }
Source

Also in JavaScript: