forked from ucbg/ucbg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
500 lines (488 loc) · 25.8 KB
/
privacy-policy.html
File metadata and controls
500 lines (488 loc) · 25.8 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<title>Privacy Policy - Unblocked Cool Browser Games (UCBG)</title>
<meta name="description" content="Privacy Policy - Cool play Unblocked Cool Browser Games (UCBG) easy at school" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#121217" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="HandheldFriendly" content="True" />
<meta http-equiv="cleartype" content="on" />
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/Inter-Regular.woff2?v=3.19" crossorigin="anonymous" />
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/Inter-SemiBold.woff2?v=3.19" crossorigin="anonymous" />
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/Inter-Medium.woff2?v=3.19" crossorigin="anonymous" />
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/Inter-Bold.woff2?v=3.19" crossorigin="anonymous" />
<link rel="preload" as="font" type="font/woff2" href="/assets/fonts/Inter-ExtraBold.woff2?v=3.19" crossorigin="anonymous" />
<link rel="preload" as="style" href="/assets/theme/css/theme.css?v=3.0.9" />
<link rel="preload" as="script" href="/assets/theme/js/jquery.min.js?v=1.0.0" />
<link media="all" rel="stylesheet" href="/assets/theme/css/theme.css?v=3.0.9" type="text/css" />
<link rel="shortcut icon" href="/assets/static/favicon.ico?v=1.0.0" />
<script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.8.3/dist/lazyload.min.js"></script>
<script src="/assets/js/load-games.js"></script>
<script src="/assets/js/recent_games.js"></script>
<script src="/assets/js/theme.js?v=3.6.0"></script>
<script type="text/javascript">
var Base = "/";
var Assets = "/assets";
var _Auth = false;
var __ = function (msgid) {
return window.i18n[msgid] || msgid;
};
window.i18n = {
more: "more",
less: "less",
"No comments yet": "No comments yet",
};
</script>
<script type="text/javascript">
document.addEventListener("keydown", function (event) {
if (event.keyCode === 38 || event.keyCode === 40) {
// up or down arrow key
event.preventDefault(); // prevent default scrolling behavior
}
});
</script>
<style type="text/css">
:root {
--theme-color: #300a8a;
--xp-color: #4d8ef7;
}
.social-button {
display: inline-block;
margin: 10px;
position: relative;
overflow: hidden;
}
.social-button img {
width: 20px;
height: 20px;
transition: transform 0.3s ease-in-out;
border: 1px black;
}
.social-button:hover img {
transform: scale(1.1);
}
.social-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
}
.social-button:hover .social-overlay {
opacity: 1;
}
.social-icon {
color: white;
font-size: 14px;
}
</style>
</head>
<body class="min-vh-100 layout d-flex flex-column">
<button class="mobile-menu-btn" id="mobileMenuBtn">☰</button>
<div class="sidebar" id="sidebar">
<div class="sidebar-menu">
<a href="/category/action.html" class="sidebar-item">
<span class="sidebar-icon">🔥</span>
<span class="sidebar-text">Action Games</span>
</a>
<a href="/category/adventure.html" class="sidebar-item">
<span class="sidebar-icon">🗺️</span>
<span class="sidebar-text">Adventure Games</span>
</a>
<a href="/category/car.html" class="sidebar-item">
<span class="sidebar-icon">🚗</span>
<span class="sidebar-text">Car Games</span>
</a>
<a href="/category/clicker.html" class="sidebar-item">
<span class="sidebar-icon">🖱️</span>
<span class="sidebar-text">Clicker Games</span>
</a>
<a href="/category/io.html" class="sidebar-item">
<span class="sidebar-icon">🌐</span>
<span class="sidebar-text">.IO Games</span>
</a>
<a href="/category/parkour.html" class="sidebar-item">
<span class="sidebar-icon">🏃</span>
<span class="sidebar-text">Parkour Games</span>
</a>
<a href="/category/platform.html" class="sidebar-item">
<span class="sidebar-icon">🎮</span>
<span class="sidebar-text">Platform Games</span>
</a>
<a href="/category/running.html" class="sidebar-item">
<span class="sidebar-icon">🏃♂️</span>
<span class="sidebar-text">Running Games</span>
</a>
<a href="/category/shooting.html" class="sidebar-item">
<span class="sidebar-icon">🎯</span>
<span class="sidebar-text">Shooting Games</span>
</a>
<a href="/category/soccer.html" class="sidebar-item">
<span class="sidebar-icon">⚽</span>
<span class="sidebar-text">Soccer Games</span>
</a>
<a href="/category/stickman.html" class="sidebar-item">
<span class="sidebar-icon">🧍</span>
<span class="sidebar-text">Stickman Games</span>
</a>
<a href="/category/two-player.html" class="sidebar-item">
<span class="sidebar-icon">👥</span>
<span class="sidebar-text">Two Player Games</span>
</a>
<a href="/category/fighting.html" class="sidebar-item">
<span class="sidebar-icon">🥊</span>
<span class="sidebar-text">Fighting Games</span>
</a>
<a href="/category/kids.html" class="sidebar-item">
<span class="sidebar-icon">👶</span>
<span class="sidebar-text">Kids Games</span>
</a>
<a href="/category/multiplayer.html" class="sidebar-item">
<span class="sidebar-icon">👥</span>
<span class="sidebar-text">Multiplayer Games</span>
</a>
<a href="/category/puzzle.html" class="sidebar-item">
<span class="sidebar-icon">🧩</span>
<span class="sidebar-text">Puzzle Games</span>
</a>
<a href="/category/racing.html" class="sidebar-item">
<span class="sidebar-icon">🏎️</span>
<span class="sidebar-text">Racing Games</span>
</a>
<a href="/category/school.html" class="sidebar-item">
<span class="sidebar-icon">🏫</span>
<span class="sidebar-text">School Games</span>
</a>
<a href="/category/skill.html" class="sidebar-item">
<span class="sidebar-icon">🎯</span>
<span class="sidebar-text">Skill Games</span>
</a>
<a href="/category/bonus.html" class="sidebar-item">
<span class="sidebar-icon">💰</span>
<span class="sidebar-text">Start Rich, Play Hard</span>
</a>
<a href="/category/halloween.html" class="sidebar-item">
<span class="sidebar-icon">🎃</span>
<span class="sidebar-text">Halloween Games</span>
</a>
<a href="/category/snake.html" class="sidebar-item">
<span class="sidebar-icon">🐍</span>
<span class="sidebar-text">Snake Games</span>
</a>
<a href="/category/sport.html" class="sidebar-item">
<span class="sidebar-icon">🏀</span>
<span class="sidebar-text">Sport Games</span>
</a>
<a href="/category/strategy.html" class="sidebar-item">
<span class="sidebar-icon">⚔️</span>
<span class="sidebar-text">Strategy Games</span>
</a>
<a href="/category/trending.html" class="sidebar-item">
<span class="sidebar-icon">⭐</span>
<span class="sidebar-text">Trending Games</span>
</a>
<hr />
<a href="/category/tags.html" class="sidebar-item">
<span class="sidebar-icon">🗂️</span>
<span class="sidebar-text">Tags</span>
</a>
</div>
</div>
<nav class="navbar navbar-expand-lg layout-header navbar-light">
<div class="container-fluid">
<button
class="navbar-toggler border-0 shadow-none px-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbar"
aria-controls="navbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<a href="/index.html" class="navbar-brand dark-logo me-lg-4">
<img src="/assets/static/logo.png" height="30" alt="Unblocked Cool Browser Games (UCBG)" />
</a>
<a href="/index.html" class="navbar-brand light-logo me-lg-4">
<img src="/assets/static/dark_logo.png" height="30" alt="Unblocked Cool Browser Games (UCBG)" />
</a>
<button
class="navbar-toggler border-0 shadow-none px-0"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbar"
aria-controls="navbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<svg width="24" height="24" stroke="currentColor" stroke-width="1.75" fill="none">
<use xlink:href="/assets/sprite/sprite.svg#search"></use>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbar">
<form class="form-search w-xxl-300 w-xl-250 ms-xl-4 mb-3 mb-lg-0" action="/search.html" method="get" autocomplete="off">
<div class="input-group input-group-inline shadow-none">
<span class="input-group-text bg-transparent border-0 text-gray-500 shadow-none ps-0 pe-3">
<svg width="18" height="18" stroke="currentColor" stroke-width="1.75" fill="none">
<use xlink:href="/assets/sprite/sprite.svg#search"></use>
</svg>
</span>
<input
type="text"
name="q"
class="form-control form-control-flush bg-transparent border-0 ps-0"
id="search"
placeholder="Text to search..."
aria-label="Search"
required="true"
minlength="3"
autocomplete="off"
/>
</div>
</form>
<ul class="navbar-nav mb-2 mb-lg-0 fw-semibold align-items-xl-center ms-xl-auto flex" style="display: flex; flex-direction: row">
<li class="nav-item">
<button class="theme-toggle" id="chat-button">
<span class=""><img src="/assets/icons/chat.svg" /></span>
<span class="tooltip">Chat</span>
</button>
</li>
<li>
<button class="theme-toggle" onclick="window.open('https://www.youtube.com/@unblocked-game', '_blank');">
<img src="/assets/icons/youtube.svg" alt="YouTube Icon" style="height: 38px" />
<span class="tooltip">Follow us to access the latest unblocked site.</span>
</button>
</li>
<li class="nav-item">
<button class="theme-toggle" style="width: 150px; border-radius: 10px">
<span class="sun-icon"><img src="/assets/icons/classroom-black.svg" /></span>
<span class="moon-icon"><img src="/assets/icons/classroom-white.svg" /></span>
<span id="online-users"> </span>
<span class="tooltip">Online Players: Pretending to learn, but actually leveling up.</span>
</button>
</li>
</ul>
</div>
</div>
</nav>
<div class="py-1"></div>
<div class="layout-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<h1 class="h2 mb-3">Privacy Policy</h1>
<div class="text-editor">
<p style="text-align: center">PRIVACY POLICY (Unblocked Cool Browser Games (UCBG))</p>
<p><br /><span style="text-decoration: underline">Privacy Policy from Unblocked Cool Browser Games (UCBG)</span></p>
<p>
At Unblocked Cool Browser Games (UCBG), accessible from https://ucbg.github.io, 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 Unblocked Cool Browser Games
(UCBG) and how we use it.
</p>
<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>
<p>
This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information
that they shared and/or collect in 76GAMES.io. This policy is not applicable to any information collected offline or via channels
other than this website.
</p>
<p>
<span style="text-decoration: underline">Consent</span><br />By using our website, you hereby consent to our Privacy Policy and agree
to its terms.
</p>
<p>
<span style="text-decoration: underline">Information we collect</span><br />The personal information that you are asked to provide,
and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal
information.
</p>
<p>
If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the
contents of the message and/or attachments you may send us, and any other information you may choose to provide.
</p>
<p>
When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email
address, and telephone number.
</p>
<p>
<span style="text-decoration: underline">How we use your information</span><br />We use the information we collect in various ways,
including to:
</p>
<p>
Provide, operate, and maintain our website<br />Improve, personalize, and expand our website<br />Understand and analyze how you use
our website<br />Develop new products, services, features, and functionality<br />Communicate with you, either directly or through one
of our partners, including for customer service, to provide you with updates and other information relating to the website, and for
marketing and promotional purposes Send you emails ,Find and prevent fraud
</p>
<p>
<span style="text-decoration: underline">Log Files</span><br />Unblocked Cool Browser Games (UCBG) follows a standard procedure of
using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting
services’ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet
Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any
information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking
users’ movement on the website, and gathering demographic information.
</p>
<p>
<span style="text-decoration: underline">Cookies and Web Beacons</span><br />Like any other website, Unblocked Cool Browser Games
(UCBG) uses ‘cookies’. These cookies are used to store information including visitors’ preferences, and the pages on
the website that the visitor accessed or visited. The information is used to optimize the users’ experience by customizing our
web page content based on visitors’ browser type and/or other information.
</p>
<p>For more general information on cookies, please read “Cookies” article from the Privacy Policy Generator.</p>
<p>
<span style="text-decoration: underline">Google DoubleClick DART Cookie</span><br />Google is one of 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 – https://policies.google.com/technologies/ads
</p>
<p>
<span style="text-decoration: underline">Advertising Partners Privacy Policies</span><br />You may consult this list to find the
Privacy Policy for each of the advertising partners of Unblocked Cool Browser Games (UCBG).
</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 Unblocked Cool Browser Games (UCBG), 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>
Note that Unblocked Cool Browser Games (UCBG) has no access to or control over these cookies that are used by third-party advertisers.
</p>
<p>
<span style="text-decoration: underline">Third Party Privacy Policies</span><br />Unblocked Cool Browser Games (UCBG)’s Privacy
Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these
third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain
options.
</p>
<p>
You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management
with specific web browsers, it can be found at the browsers’ respective websites.
</p>
<p>
<span style="text-decoration: underline">CCPA Privacy Rights (Do Not Sell My Personal Information)</span><br />Under the CCPA, among
other rights, California consumers have the right to:
</p>
<p>
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.
</p>
<p>Request that a business delete any personal data about the consumer that a business has collected.</p>
<p>Request that a business that sells a consumer’s personal data, not sell the consumer’s personal data.</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
<p>
<span style="text-decoration: underline">GDPR Data Protection Rights</span><br />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>
<p>
The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this
service.
</p>
<p>
The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also
have the right to request that we complete the information you believe is incomplete.
</p>
<p>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</p>
<p>
The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under
certain conditions.
</p>
<p>
The right to object to processing – You have the right to object to our processing of your personal data, under certain
conditions.
</p>
<p>
The right to data portability – You have the right to request that we transfer the data that we have collected to another
organization, or directly to you, under certain conditions.
</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>
<p>
<span style="text-decoration: underline">Children’s Information</span><br />Another part of our priority is adding protection
for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their
online activity.
</p>
<p>
Unblocked Cool Browser Games (UCBG) does not knowingly collect any Personal Identifiable Information from children under the age of
13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately
and we will do our best efforts to promptly remove such information from our records.
</p>
<p>If you have any questions regarding this policy or terms of conditions contact us at:</p>
<p><span style="text-decoration: underline">cricoverteam@gmail.com</span></p>
</div>
</div>
</div>
</div>
</div>
<script defer="" src="/assets/theme/js/jquery.min.js?v=1.0.0"></script>
<script defer="" src="/assets/theme/js/bootstrap.js?v=1.0.0"></script>
<script defer="" src="/assets/theme/js/lazysizes.js?v=1.0.0"></script>
<script defer="" src="/assets/theme/js/main.js?v=1.0.0"></script>
<script src="https://comment.silecekci.com/embed.js"></script>
<div class="footer py-2 mt-auto">
<div class="container-fluid">
<div class="row align-items-center no-gutters py-2 fs-14">
<!-- Desc -->
<div class="col-lg-4 col-md-5 col-12">
<div class="fs-xs text-muted">
Copyright © 2024 Unblocked Cool Browser Games (UCBG). All rights reserved.<br />
Play Beyond Limits / OurHero Games
</div>
</div>
<!-- Links -->
<div class="col-12 col-md-7 col-lg-8 d-md-flex justify-content-end">
<nav class="nav fs-xs text-muted">
<a class="nav-link text-current" href="/">Home</a>
<a class="nav-link text-current" rel="nofollow" href="/privacy-policy.html">Privacy Policy</a>
<a class="nav-link text-current" rel="nofollow" href="/terms-and-conditions.html">Terms and Conditions</a>
<a class="nav-link text-current" rel="nofollow" href="/contact.html">Contact</a>
<a class="nav-link text-current" href="/sitemaps.xml">Sitemaps</a>
</nav>
</div>
</div>
</div>
</div>
<div class="modal" id="xl" tabindex="-1" aria-labelledby="modal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content"></div>
</div>
</div>
<div class="modal" id="lg" tabindex="-1" aria-labelledby="modal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content"></div>
</div>
</div>
<div class="modal" id="m" tabindex="-1" aria-labelledby="modal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content"></div>
</div>
</div>
<div class="modal" id="sm" tabindex="-1" aria-labelledby="modal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content"></div>
</div>
</div>
<script src="/assets/js/analytics_ucbg_v1.js"></script>
<script src="/assets/js/adsense_ucbg_v1.js"></script>
<script src="/assets/js/fullscreen.js?v=2.0.2"></script>
<script src="/assets/js/video_on_card.js"></script>
<script src="/assets/js/ucbg_chat_v3.js?v=2.0.0"></script>
<script src="/assets/js/live-search.js"></script>
<script src="/assets/js/categories_menu.js?v=1.0.7"></script>
<script src="/assets/js/users.js"></script>
<!-- Firebase SDK -->
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<!-- Firebase Comment System -->
<script src="/assets/js/firebase-comments.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
document.getElementById("search").focus();
});
</script>
</body>
</html>