Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created April 20, 2013 10:27
Show Gist options
  • Save kt3k/5425520 to your computer and use it in GitHub Desktop.
Save kt3k/5425520 to your computer and use it in GitHub Desktop.
obfuscated alerts;
Function.apply.call(Function.call.apply, alert, [window, ['a']]);
Function.apply.call.apply(Function.call.apply.call, [alert, function(){}(), 'a']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment