-
-
Save thomascwo/d50bf3303a593873b103335aa6c4d264 to your computer and use it in GitHub Desktop.
JS debugger loop hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function H(n) { | |
function e(t) { | |
if ("string" == typeof t) return function(t){}.constructor("while (true) {}").apply("counter"); | |
(t % 20 == 0) | |
? function() { return !0 }.constructor("debugger").call("action") | |
: function() { return !1 }.constructor("debugger").apply("stateObject"), | |
e(++t) | |
} | |
e(0) | |
} | |
setInterval(() => H(), 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment