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
+17-1Lines changed: 17 additions & 1 deletion
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.11.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.12.1</code> created by Timofey Kachalov.</p>
31
31
</div>
32
32
</div>
33
33
</div>
@@ -295,6 +295,22 @@ <h3>Sounds great!</h3>
295
295
</td>
296
296
</tr>
297
297
298
+
<tr>
299
+
<tdclass="collapsing">Target</td>
300
+
<td>
301
+
<p>You can set the target environment of the obfuscated code to one of the following:</p>
302
+
<ul>
303
+
<li><strong>browser</strong></li>
304
+
<li><strong>extension</strong></li>
305
+
<li><strong>node</strong></li>
306
+
</ul>
307
+
<p>Use the <code>extension</code> target option if the obfuscated code will be used on a browser extension. Code obfuscated with this option does not use the <code>eval</code> JavaScript function.</p>
308
+
<divclass="ui tiny message">
309
+
<p><iclass="warning sign icon"></i>Currently the output of <code>browser</code> and <code>node</code> is identical.</p>
0 commit comments