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

Fix encoding CR and LF #76

Closed hazzik closed 5 years ago

hazzik commented 5 years ago

Fixes #72

hazzik commented 5 years ago

@aemkei I've just found that "s" flag is not widely supported. http://kangax.github.io/compat-table/es2016plus/#test-s_(dotAll)_flag_for_regular_expressions ~So, this needs to be reverted.~

hazzik commented 5 years ago

Made a new PR #78