window.onblur = function() { document.title = "Неактивная я" } window.onfocus = function() { document.title = "Активная вкладка" }