@@ -49,7 +49,7 @@ <h1>JavaScript Obfuscator Tool</h1>
4949 < p >
5050 A free and efficient obfuscator for JavaScript (including ES2017). 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 > @0.19.4 </ code >
52+ < code > < a href ="https://github.com/javascript-obfuscator/javascript-obfuscator " target ="_new "> javascript-obfuscator</ a > @0.20.0 </ code >
5353 created by Timofey Kachalov.
5454 </ p >
5555 < div id ="GithubBadges ">
@@ -139,6 +139,10 @@ <h3>Sounds great!</h3>
139139 < p > Use this option to control how identifiers (variable names, functions names, etc) will be
140140 obfuscated.</ p >
141141
142+ < strong > dictionary</ strong >
143+ < p > Generates identifier names using names from < code > identifiersDictionary</ code > list
144+ </ p >
145+
142146 < strong > hexadecimal</ strong >
143147 < p > Generates random identifier names using a hexadecimal pattern (e.g: < code > 0xabc123</ code > )
144148 </ p >
@@ -149,6 +153,13 @@ <h3>Sounds great!</h3>
149153 </ td >
150154 </ tr >
151155
156+ < tr >
157+ < td class ="collapsing "> Identifiers Dictionary</ td >
158+ < td >
159+ < p > This options sets identifiers list for < code > identifierNamesGenerator: dictionary</ code > option
160+ </ td >
161+ </ tr >
162+
152163 < tr >
153164 < td class ="collapsing "> Identifiers Prefix</ td >
154165 < td >
@@ -609,7 +620,7 @@ <h3 class="ui header">Support project:</h3>
609620 < div class ="column ">
610621 < div class ="ui divider "> </ div >
611622 < span > ©
612- < a href ="https://www.tiagoserafim.com/ "> Tiago Serafim</ a > - < a
623+ < a href ="https://www.tiagoserafim.com/ "> Tiago Serafim</ a > , < a href =" https://github.com/sanex3339 " > Timofey Kachalov </ a > - < a
613624 href ="https://github.com/javascript-obfuscator/javascript-obfuscator-ui "> source-code</ a > - Powered by < a
614625 href ="https://github.com/javascript-obfuscator/javascript-obfuscator "> JavaScript Obfuscator</ a >
615626 </ span >
0 commit comments