|
6 | 6 | <title>JavaScript Obfuscator Tool</title> |
7 | 7 | <meta name="description" |
8 | 8 | 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"> |
9 | 10 |
|
10 | 11 | <link rel="stylesheet" href="/static/dist/stylesheets/main.css" media="screen" title="no title"> |
11 | 12 |
|
|
33 | 34 | <div class="ui basic segment"> |
34 | 35 | <h1>JavaScript Obfuscator Tool</h1> |
35 | 36 | <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 |
37 | 38 | prevent people from stealing your work. This tool is a Web UI to the excellent (and open source) |
38 | 39 | <code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@0.15.0</code> |
39 | 40 | created by Timofey Kachalov. |
@@ -524,29 +525,21 @@ <h4>I want to run the obfuscator on my own server/machine. Is it possible?</h4> |
524 | 525 | href="https://github.com/javascript-obfuscator/javascript-obfuscator-ui">Check out our GitHub</a>. |
525 | 526 | </p> |
526 | 527 |
|
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 | | - |
536 | 528 | <h4>What are other similar tools?</h4> |
537 | 529 | <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> |
540 | 531 |
|
541 | 532 | </div> |
542 | 533 | </div> |
543 | 534 |
|
544 | 535 | <div class="row"> |
545 | 536 | <div class="column"> |
546 | 537 | <div class="ui divider"></div> |
547 | | - <span>© <a href="https://www.tiagoserafim.com/">Tiago Serafim</a> - <a |
| 538 | + <span>© |
| 539 | + <a href="https://www.tiagoserafim.com/">Tiago Serafim</a> - <a |
548 | 540 | 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> |
550 | 543 | </div> |
551 | 544 | </div> |
552 | 545 |
|
|
0 commit comments