Skip to content

Commit 201c3fe

Browse files
committed
Added keywords
1 parent 5cf7f80 commit 201c3fe

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

templates/index.html

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>JavaScript Obfuscator Tool</title>
77
<meta name="description"
88
content="JavaScript Obfuscator is a free online tool that obfuscates your source code, preventing it from being stolen and used without permission.">
9+
<meta name="Keywords" content="obfuscator, javascript obfuscator, javascript obfuscator tool, obfuscation js, obfuscate tool, обфускатор, code obfuscator, obfuscator online, uglify, minify, js obfuscator, obfuscator io, obfuscator.io, obfuscate, protection">
910

1011
<link rel="stylesheet" href="/static/dist/stylesheets/main.css" media="screen" title="no title">
1112

@@ -33,7 +34,7 @@
3334
<div class="ui basic segment">
3435
<h1>JavaScript Obfuscator Tool</h1>
3536
<p>
36-
A free and efficient obfuscator for JavaScript (including ES6). Make your code harder to copy and
37+
A free and efficient obfuscator for JavaScript (including ES2017). Make your code harder to copy and
3738
prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)
3839
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@0.15.0</code>
3940
created by Timofey Kachalov.
@@ -524,29 +525,21 @@ <h4>I want to run the obfuscator on my own server/machine. Is it possible?</h4>
524525
href="https://github.com/javascript-obfuscator/javascript-obfuscator-ui">Check out our GitHub</a>.
525526
</p>
526527

527-
<h4>Why did you do this tool?</h4>
528-
<p>Creating a tool that solves a small, particular problem is a great way to get targeted users and in the
529-
future this might be useful to attract users to a new service or product.</p>
530-
<p>Besides, for some users installing the whole Node environment can be hard and time-consuming, specially
531-
if they're not used to typing things in the terminal and/or using Windows. So now they don't have to
532-
deal with that just to get a small piece of code protected.</p>
533-
<p>I also wanted to learn React + Redux and this was the perfect excuse: a small, side-project that can run
534-
with minimal maintenance.</p>
535-
536528
<h4>What are other similar tools?</h4>
537529
<p>If you're interested in just uglyfing and compressing your code, I suggest <a
538-
href="https://jscompress.com/" target="_new">JSCompress.com</a>. I shamelessly copied three tabs
539-
layout from them.</p>
530+
href="https://jscompress.com/" target="_new">JSCompress.com</a>.</p>
540531

541532
</div>
542533
</div>
543534

544535
<div class="row">
545536
<div class="column">
546537
<div class="ui divider"></div>
547-
<span>&copy; <a href="https://www.tiagoserafim.com/">Tiago Serafim</a> - <a
538+
<span>&copy;
539+
<a href="https://www.tiagoserafim.com/">Tiago Serafim</a> - <a
548540
href="https://github.com/javascript-obfuscator/javascript-obfuscator-ui">source-code</a> - Powered by <a
549-
href="https://github.com/javascript-obfuscator/javascript-obfuscator">JavaScript Obfuscator</a></span>
541+
href="https://github.com/javascript-obfuscator/javascript-obfuscator">JavaScript Obfuscator</a>
542+
</span>
550543
</div>
551544
</div>
552545

0 commit comments

Comments
 (0)