(function() { try { const start = Date.now(); eval("debugger"); const end = Date.now(); const detail = (end - start > 120); const event = new CustomEvent('dState', { detail: detail }); window.dispatchEvent(event); } catch(error) {} })();