Skip to content

Instantly share code, notes, and snippets.

@nkapliev
Created February 4, 2016 07:36
Show Gist options
  • Save nkapliev/b2131eb0113c90331797 to your computer and use it in GitHub Desktop.
Save nkapliev/b2131eb0113c90331797 to your computer and use it in GitHub Desktop.
(function(x/**/) {
(function(f){
(function a(){
try {
function b(i) {
if(
(''+(i/i)).length !== 1 ||
i % 20 === 0
) {
(function(){}).constructor('debugger')();
} else {
debugger;
}
b(++i);
}
b(0);
} catch(e) {
f.setTimeout(a, x)
}
})()
})(document.body.appendChild(document.createElement('frame')).contentWindow);
});
@temp-account-alt
Copy link

HA HA AVITO!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment