You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
<divclass="column">
28
28
<divclass="ui basic segment">
29
29
<h1>JavaScript Obfuscator Tool</h1>
30
-
<p>A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and prevent people from stealing your work. This tool is a Web UI to the excellent (and open source) <code><ahref="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">JavaScript Obfuscator</a>@0.14.2</code> created by Timofey Kachalov.</p>
30
+
<p>A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and prevent people from stealing your work. This tool is a Web UI to the excellent (and open source) <code><ahref="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">JavaScript Obfuscator</a>@0.14.3</code> created by Timofey Kachalov.</p>
31
31
</div>
32
32
</div>
33
33
</div>
@@ -97,7 +97,7 @@ <h3>Sounds great!</h3>
97
97
<tr>
98
98
<tdclass="collapsing">Identifiers Prefix</td>
99
99
<td>
100
-
<p>This options makes all obfuscated identifiers have a specific prefix.</p>
100
+
<p>This options makes all global identifiers have a specific prefix.</p>
101
101
<p>Use this option when obfuscating multiple files that are loaded on the same page. This option helps to avoid conflicts between global identifiers of these files. Use a different prefix for each file.</p>
0 commit comments