Funny and explosive ways to alert("i am a monkey")
in JavaScript with obfuscation
Just a small and simple conpilation of obfuscations of the code alert("i am a monkey")
If you would like to add some obfuscated code, just make a pull request, but please make sure you are not submitting code that is already in this repository.
Some obfuscated code, like JSFuck uses "the atomic parts of JavaScript" which you can read more about at their website.
The other more generic obfuscated code simply uses really random variables and the memory addresses instead of the actual variables themselves. Many also encode strings and use unnecessarily long ways to do something simple.
Other ones, like emoticons.js
— which was encoded with aaencode — abuses UTF-8 characters making code really confusing and hard to read.
I was bored.