-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
181 lines (151 loc) · 9.51 KB
/
privacy.html
File metadata and controls
181 lines (151 loc) · 9.51 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en" data-theme="system">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy & Terms | SnapStream</title>
<meta name="description" content="Privacy Policy, Terms of Service, and Data Usage guidelines for SnapStream. Learn how we handle your data, cookies, and analytics.">
<meta name="robots" content="noindex, follow"> <link rel="canonical" href="https://snapstream.dippanbhusal.tech/privacy.html">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3159539127750553" crossorigin="anonymous"></script>
<script>
(function() {
const hostname = window.location.hostname;
let gaId = 'G-ER1HTYDD82';
if (hostname.includes('snapstream-lake.vercel.app')) {
gaId = 'G-8F468V2JWX';
} else if (hostname.includes('snapstream.dippanbhusal.tech')) {
gaId = 'G-ER1HTYDD82';
}
const script = document.createElement('script');
script.async = true;
script.src = 'https://www.googletagmanager.com/gtag/js?id=' + gaId;
document.head.appendChild(script);
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', gaId);
})();
</script>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--brand: #FFDD00;
--brand-text: #000000;
--bg: #F8FAFC;
--card-bg: #FFFFFF;
--text-main: #0F172A;
--text-muted: #64748B;
--border: #E2E8F0;
}
[data-theme="dark"] {
--bg: #0f172a;
--card-bg: #1e293b;
--text-main: #F8FAFC;
--text-muted: #94A3B8;
--border: #334155;
}
* { box-sizing: border-box; }
body {
font-family: 'Plus Jakarta Sans', sans-serif;
background-color: var(--bg);
color: var(--text-main);
margin: 0;
padding: 40px 20px;
line-height: 1.7;
}
.container {
max-width: 800px;
margin: 0 auto;
background: var(--card-bg);
padding: 40px;
border-radius: 24px;
border: 1px solid var(--border);
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
h1 { font-weight: 800; font-size: 2.5rem; margin-bottom: 10px; border-bottom: 4px solid var(--brand); display: inline-block; padding-bottom: 5px; }
h2 { font-weight: 700; font-size: 1.5rem; margin-top: 40px; color: var(--text-main); }
h3 { font-weight: 600; font-size: 1.1rem; margin-top: 25px; }
p, li { color: var(--text-muted); font-size: 1rem; margin-bottom: 15px; }
ul { margin-bottom: 20px; padding-left: 20px; }
a { color: var(--text-main); text-decoration: underline; text-decoration-color: var(--brand); font-weight: 600; }
a:hover { background: var(--brand); text-decoration: none; color: black; }
.header-meta { margin-bottom: 40px; color: var(--text-muted); font-size: 0.9rem; }
.footer {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid var(--border);
text-align: center;
font-size: 0.9rem;
}
.home-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--text-main);
color: var(--bg);
padding: 12px 24px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
margin-bottom: 30px;
transition: 0.2s;
}
.home-btn:hover { transform: translateY(-2px); opacity: 0.9; color: var(--brand); }
@media (prefers-color-scheme: dark) {
:root { --bg: #0f172a; --card-bg: #1e293b; --text-main: #F8FAFC; --text-muted: #94A3B8; --border: #334155; }
}
</style>
</head>
<body>
<div class="container">
<a href="/" class="home-btn"><i class="fa-solid fa-arrow-left"></i> Back to SnapStream</a>
<br>
<h1>Privacy Policy</h1>
<div class="header-meta">Last Updated: February 2026</div>
<p>At SnapStream ("we", "us", "our"), accessible from https://snapstream.dippanbhusal.tech, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by SnapStream and how we use it.</p>
<h2>1. Information We Collect</h2>
<h3>1.1 Image Generation Data</h3>
<p>SnapStream is a client-side tool powered by the Microlink API. When you enter a URL to generate a screenshot, that request is processed via the API to render the image. <strong>We do not store your generated screenshots, input URLs, or browsing activity on our servers.</strong> All data processing happens transiently.</p>
<h3>1.2 Log Files</h3>
<p>SnapStream follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as a part of hosting services' analytics. The information collected includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date/time stamp, and referring/exit pages. These are not linked to any information that is personally identifiable.</p>
<h2>2. Cookies and Web Beacons</h2>
<p>Like any other website, SnapStream uses 'cookies'. These cookies are used to store information including visitors' preferences (such as Dark Mode settings) and the pages on the website that the visitor accessed or visited.</p>
<h3>2.1 Google DoubleClick DART Cookie</h3>
<p>Google is a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – <a href="https://policies.google.com/technologies/ads" target="_blank" rel="nofollow">https://policies.google.com/technologies/ads</a></p>
<h2>3. Advertising Partners Privacy Policies</h2>
<p>You may consult this list to find the Privacy Policy for each of the advertising partners of SnapStream.</p>
<p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on SnapStream, which are sent directly to users' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>
<p><strong>Note:</strong> SnapStream has no access to or control over these cookies that are used by third-party advertisers.</p>
<h2>4. CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>
<p>Under the CCPA, among other rights, California consumers have the right to:</p>
<ul>
<li>Request that a business that collects a consumer's personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</li>
<li>Request that a business delete any personal data about the consumer that a business has collected.</li>
<li>Request that a business that sells a consumer's personal data, not sell the consumer's personal data.</li>
</ul>
<h2>5. GDPR Data Protection Rights</h2>
<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
<ul>
<li>The right to access – You have the right to request copies of your personal data.</li>
<li>The right to rectification – You have the right to request that we correct any information you believe is inaccurate.</li>
<li>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</li>
</ul>
<h2>6. Consent</h2>
<p>By using our website, you hereby consent to our Privacy Policy and agree to its Terms and Conditions.</p>
<div class="footer">
<p><strong>Developer Contact Information</strong></p>
<p><strong>Dippan Bhusal</strong><br>
<a href="mailto:dippan.connect@gmail.com">dippan.connect@gmail.com</a></p>
<div style="margin-top: 20px; font-size: 1.2rem;">
<a href="https://github.com/KDippan" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://linkedin.com/in/KDippan" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://x.com/DippanBhusal" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
</div>
<p style="margin-top: 30px; font-size: 0.8rem; color: var(--text-muted);">
© 2026 SnapStream. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>