document.hasFocus = function() { return true; } Object.defineProperty(document, 'hasFocus', {value: true}) document.hidden = function() { return false; } ...
確定! 回上一頁