} var threshold = 160; window.setInterval(function() { if (window.outerWidth - window.innerWidth > threshold || window.outerHeight - window.innerHeight > threshold) { function disableDebugger() { debugger; } $(document).ready(function () { disableDebugger(); }); } }, 1e3);