JS Browser Tab Cek tidak aktif
let browser_active = ((typeof document.hasFocus != 'undefined' ? document.hasFocus() : 1) ? 1 : 0);
if (!browser_active) {
this.title = 'Окно неактивно';
} else {
this.title = 'Окно активно';
}
Shadow