-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtos.html
59 lines (56 loc) · 3.22 KB
/
tos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JSfuscator - Terms of Service</title>
<link rel="icon" href="assets/JSfuscatorFav.ico">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="page-title">JSfuscator</h1>
</header>
<div class="about-text">
<h2>JSfuscator - Terms of Service</h2>
<h3>About JSfuscator</h3>
<p>JSfuscator is your JavaScript Obfuscation tool. It's efficient, privacy-focused, easy to use, and currently
free! JSfuscator uses advanced obfuscation techniques to make your code harder to reverse-engineer and
includes anti-debugging features for added security. It's optimized for speed and produces obfuscated code
that runs efficiently, making it suitable for large codebases. JSfuscator supports all modern JavaScript
features and works with all major JavaScript engines. It also offers a high degree of customizability, with
options for choosing which obfuscation techniques to use and for adding custom transformations. Plus, we
offer prompt and helpful support and are constantly updating JSfuscator to improve its features and
performance.</p>
<h3>Usage</h3>
<p>JSfuscator is intended for obfuscating JavaScript files. Any misuse, such as attempting to obfuscate
non-JavaScript files or using the bot for spam, is not allowed.</p>
<h3>Legal Use</h3>
<p>You agree to use JSfuscator only for lawful purposes. You are solely responsible for the knowledge of and
adherence to any and all laws, statutes, rules, and regulations pertaining to your use of JSfuscator.</p>
<h3>Liability</h3>
<p>We're not responsible for any damage or loss of data that may occur from using JSfuscator. Always keep a
backup of your original files.</p>
<h3>Data Collection</h3>
<p>We collect IP addresses for security purposes. By using JSfuscator, you consent to this collection.</p>
<h3>Changes to Terms</h3>
<p>We reserve the right to modify these terms at any time. We'll notify you of any significant changes.</p>
<h3>Acceptance of Terms</h3>
<p>By using JSfuscator, you signify your acceptance of these terms. If you do not agree to these terms, please
do not use JSfuscator.</p>
<h3>Final Note</h3>
<p>Remember, JSfuscator is a tool to help you obfuscate your JavaScript files. It's not a substitute for good
coding practices or thorough testing of your code.</p>
<h3>License</h3>
<p>JSfuscator is licensed under a Proprietary License. All rights reserved by the owner of JSfuscator.</p>
</div>
<footer>
<p>© 2023 - 2024 JSfuscator</p>
<a href="index.html">Home</a> |
<a href="about.html">About Us & JSfuscator</a> |
<a href="tos.html">Terms of Service</a> |
<a href="privacypolicy.html">Privacy Policy</a> |
<a href="https://discord.gg/javascriptobfuscator">Join us on Discord</a>
</footer>
</body>
</html>