浏览器防F12

kjcy8 / 2023-08-21 / 原文

<script>
    setInterval(() => {
        (function(){
            return false
        })['constructor']('debugger')['call']()
    }, 50);
</script>