@@ -49,7 +49,7 @@ <h1>JavaScript Obfuscator Tool</h1>
4949 < p >
5050 A free and efficient obfuscator for JavaScript (including partial support of ES2019). Make your code harder to copy and
5151 prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)
52- < code > < a href ="https://github.com/javascript-obfuscator/javascript-obfuscator " target ="_new "> javascript-obfuscator</ a > @1.3 .0</ code >
52+ < code > < a href ="https://github.com/javascript-obfuscator/javascript-obfuscator " target ="_new "> javascript-obfuscator</ a > @1.4 .0</ code >
5353 created by Timofey Kachalov.
5454 </ p >
5555 < div id ="GithubBadges ">
@@ -207,14 +207,9 @@ <h3>Sounds great!</h3>
207207 </ tr >
208208
209209 < tr >
210- < td class ="collapsing "> Self Defending </ td >
210+ < td class ="collapsing "> Simplify </ td >
211211 < td >
212- < p > This option makes the output code resilient against formating and variable renaming. If one
213- tries to use a JavaScript beautifier on the obfuscated code, the code won't work anymore,
214- making it harder to understand and modify it.</ p >
215- < p >
216- < small > requires the < strong > Compact Code</ strong > setting.</ small >
217- </ p >
212+ < p > This option enables additional code obfuscation through simplification.</ p >
218213 </ td >
219214 </ tr >
220215
@@ -422,6 +417,18 @@ <h3>Sounds great!</h3>
422417 </ td >
423418 </ tr >
424419
420+ < tr >
421+ < td class ="collapsing "> Self Defending</ td >
422+ < td >
423+ < p > This option makes the output code resilient against formating and variable renaming. If one
424+ tries to use a JavaScript beautifier on the obfuscated code, the code won't work anymore,
425+ making it harder to understand and modify it.</ p >
426+ < p >
427+ < small > requires the < strong > Compact Code</ strong > setting.</ small >
428+ </ p >
429+ </ td >
430+ </ tr >
431+
425432 < tr >
426433 < td class ="collapsing "> Debug Protection</ td >
427434 < td >
0 commit comments