JavaScript mendeteksi tab cuti

window.onblur = function() {
    console.log("the user just switched tabs");
};
Friendly Hawk