MichaelXF / js-confuser

JS-Confuser is a JavaScript obfuscation tool to make your programs *impossible* to read.
https://js-confuser.com
MIT License
168 stars 28 forks source link

playground: impossible to disable compact #99

Closed Le0Developer closed 11 months ago

Le0Developer commented 1 year ago

Describe the bug:

  1. Go to https://js-confuser.com.
  2. Disable all options in the Advanced Options menu, including "Compact"
  3. Obfuscate something
  4. Output is compacted and going back into the options reveals compact has been reenabled.

Cause:

Issue seems to be that "compact":false is not stored in the jsconfuser_options localStorage item for some reason. Manually adding it to the localStorage item properly disables it.

MichaelXF commented 1 year ago

Thank you. I will get to fixing this

MichaelXF commented 11 months ago

This issue should be fixed now!