forked from TheRedJalapeno/HotGato_SpeedReader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
113 lines (102 loc) · 5.58 KB
/
Copy pathprivacy.html
File metadata and controls
113 lines (102 loc) · 5.58 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HotGato Privacy Policy</title>
<link rel="icon" href="hotgato_400.jpg" type="image/jpeg" />
<!--<script src="darkmode.js" defer></script>-->
<link rel="stylesheet" href="style.css">
<meta name="title" content="HotGato Privacy Policy">
<meta seom="description"
content="HotGato Speed Reader is a web-based speed reading tool that allows you to read text at adjustable speeds, with customizable font sizes and styles.">
<meta name="keywords"
content="speed reading, text reader, adjustable speed, font size, font style, web-based reader">
<meta name="author" content="ZingLab LLC">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
</head>
<body class="light-theme">
<!--<div id="lightdarktoggle" class="lightdarkselector" title="Toggle light mode and dark mode"><img src="lightbulb_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg"></div>-->
<header class="header">
<div class="navigation">
<div>
<img class="icon" src="hotgato_400.jpg">
<h1 class="title"><a class="navlink dark" href="https://hotgato.com">HotGato Speed Reader</a></h1>
</div>
</div>
</header>
<div class="mainContainer">
<section class="privacy_terms">
<h1>Privacy Policy</h1>
<p><strong>Last Updated:</strong> May 19, 2025</p>
<div class="section">
<h3>Introduction</h3>
<p>ZingLab LLC ("we," "our," or "us") operates HotGato Speed Reader (the "Service"). This Privacy Policy
explains how we collect, use, disclose, and safeguard your information when you use our Service.</p>
</div>
<div class="section">
<h3>Information We Collect</h3>
<p>HotGato Speed Reader does not directly collect personal information from its users. However, we do
use third-party services that may collect information used to identify you:</p>
<ol>
<li><strong>Google Analytics</strong>: We use Google Analytics to collect anonymous usage data for
the purpose of understanding Service traffic and usage patterns. This includes information such
as:
<ul>
<li>Browser type</li>
<li>Access time</li>
<li>Pages viewed</li>
<li>IP address (anonymized)</li>
<li>Device information</li>
</ul>
</li>
<li><strong>Stripe</strong>: All payment processing and subscription management is handled by
Stripe, a third-party payment processor. We do not store or have direct access to your payment
information. Stripe's collection and use of your personal information is governed by their
privacy policy, which can be found at <a href="https://stripe.com/privacy" target="_blank"
rel="noopener">https://stripe.com/privacy</a>.</li>
</ol>
</div>
<div class="section">
<h3>Use of Information</h3>
<p>The anonymous information collected through Google Analytics is used solely to:</p>
<ul>
<li>Analyze usage patterns</li>
<li>Improve our Service</li>
<li>Monitor Service performance</li>
<li>Optimize user experience</li>
</ul>
</div>
<div class="section">
<h3>Data Security</h3>
<p>We implement appropriate technical and organizational security measures to protect any information we
collect. However, please be aware that no method of transmission over the Internet or electronic
storage is 100% secure.</p>
<p>For absolute data security, please consider subscribing to HotGato Professional for full offline mode.</p>
</div>
<div class="section">
<h3>Third-Party Services</h3>
<p>Our Service may contain links to third-party websites and services. We have no control over, and
assume no responsibility for, the content, privacy policies, or practices of any third-party sites
or services. We strongly advise you to review the privacy policies of any third-party sites that you
visit.</p>
</div>
<div class="section">
<h3>Changes to This Privacy Policy</h3>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the
new Privacy Policy on this page and updating the "Last Updated" date. You are advised to review this
Privacy Policy periodically for any changes.</p>
</div>
<div class="section">
<h3>Contact Us</h3>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<ul>
<li>Email: <a href="mailto:HotGato@ZingLab.com">HotGato@ZingLab.com</a></li>
<li>Address: Miami, FL 33136</li>
</ul>
</div>
</section>
</div>
</body>
</html>