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
{{ message }}
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: templates/index.html
+16-8Lines changed: 16 additions & 8 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.12.5</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.13.0</code> created by Timofey Kachalov.</p>
31
31
</div>
32
32
</div>
33
33
</div>
@@ -80,13 +80,6 @@ <h3>Sounds great!</h3>
80
80
</td>
81
81
</tr>
82
82
83
-
<tr>
84
-
<tdclass="collapsing">Mangle Variable Names</td>
85
-
<td>
86
-
Mangles the variable names. (For instance, instead of having this random pattern <code>0x123456</code>, they become <code>a</code>, <code>b</code>, and so on.)
0 commit comments