aemkei / jsfuck

Write any JavaScript with 6 Characters: []()!+
jsfuck.com
Do What The F*ck You Want To Public License
8.16k stars 674 forks source link

Minimize generated code #2

Closed subzey closed 11 years ago

subzey commented 12 years ago

Thanks for this tool! I hope, I can help you to make it even better.

Some cleanups and optimizations. In total, code generated from string "\x20\x21\x22…\x7E" is about 15% smaller.

hazzik commented 11 years ago

Array.prototype.filter does not exists in IE<9, so it will not work