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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -81,17 +81,17 @@ <h3>Sounds great!</h3>
81
81
</tr>
82
82
83
83
<tr>
84
-
<tdclass="collapsing">Self Defending</td>
84
+
<tdclass="collapsing">Mangle Variable Names</td>
85
85
<td>
86
-
<p>This option makes the output code resilient against formating and variable renaming. If one tries to use a JavaScript beautifier on the obfuscated code, the code won't work anymore, making it harder to understand and modify it.</p>
87
-
<p><small>requires the <strong>Compact Code</strong> setting.</small></p>
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.)
88
87
</td>
89
88
</tr>
90
89
91
90
<tr>
92
-
<tdclass="collapsing">Mangle Variable Names</td>
91
+
<tdclass="collapsing">Self Defending</td>
93
92
<td>
94
-
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.)
93
+
<p>This option makes the output code resilient against formating and variable renaming. If one tries to use a JavaScript beautifier on the obfuscated code, the code won't work anymore, making it harder to understand and modify it.</p>
94
+
<p><small>requires the <strong>Compact Code</strong> setting.</small></p>
95
95
</td>
96
96
</tr>
97
97
@@ -136,8 +136,6 @@ <h3>Sounds great!</h3>
136
136
This feature adds random blocks of dead code (i.e: code that won't be executed) to the obfuscated output, making it harder to be reverserd-engineered. See the docs on <ahref="https://github.com/javascript-obfuscator/javascript-obfuscator#deadcodeinjection" target="_new">JavaScript's obfuscator GH page</a> for an example of how this feature works.
137
137
</p>
138
138
139
-
<p><small>requires the <strong>String Array</strong> option.</small></p>
140
-
141
139
<tableclass="ui definition table">
142
140
<tbody>
143
141
@@ -151,6 +149,8 @@ <h3>Sounds great!</h3>
151
149
</tbody>
152
150
</table>
153
151
152
+
<p><small>requires the <strong>String Array</strong> option.</small></p>
0 commit comments