Created
April 20, 2013 10:27
-
-
Save kt3k/5425520 to your computer and use it in GitHub Desktop.
obfuscated alerts;
This file contains 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.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