Skip to content

ThePeeps191/js-i-am-a-monkey

Repository files navigation

JS "I Am A Monkey"

Funny and explosive ways to alert("i am a monkey") in JavaScript with obfuscation

About

Just a small and simple conpilation of obfuscations of the code alert("i am a monkey")

Contributing

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.

How It Works

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.

Why I Did This

I was bored.

About

Funny and explosive ways to `alert("i am a monkey")` in JS with obfuscation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published