forked from sz-games/sz-games.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeforeop.html
More file actions
468 lines (421 loc) · 17.2 KB
/
beforeop.html
File metadata and controls
468 lines (421 loc) · 17.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script
defer
data-domain="sz-games.github.io"
src="https://stats.senty.com.au/js/script.outbound-links.pageview-props.tagged-events.js"
></script>
<script>
window.plausible =
window.plausible ||
function () {
;(window.plausible.q = window.plausible.q || []).push(arguments)
}
</script>
<link rel="preload" href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" as="script" />
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com" />
<link rel="preconnect" href="https://pagead2.googlesyndication.com" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3723218062742398"
crossorigin="anonymous"
data-ad-channel="9267153333"
></script>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
window.googletag = window.googletag || { cmd: [] }
let bannerSlot728x90
let interstitialSlot
let anchorSlot
googletag.cmd.push(function () {
bannerSlot728x90 = googletag
.defineSlot('/22921845643/SZ_Games_Top_Leaderboard', [728, 90], 'div-gpt-ad-1744679821427-0')
.addService(googletag.pubads())
interstitialSlot = googletag.defineOutOfPageSlot(
'/22921845643/SZ_Games_Interstitial',
googletag.enums.OutOfPageFormat.INTERSTITIAL
)
anchorSlot = googletag.defineOutOfPageSlot(
'/22921845643/SZ_Games_Bottom_Anchor',
googletag.enums.OutOfPageFormat.BOTTOM_ANCHOR
)
anchorSlot.addService(googletag.pubads())
if (interstitialSlot) {
interstitialSlot.addService(googletag.pubads()).setConfig({
interstitial: {
triggers: {
navBar: true,
unhideWindow: true,
},
},
})
}
googletag.pubads().enableSingleRequest()
googletag.enableServices()
})
</script>
<link rel="preload" href="https://fonts.googleapis.com/icon?family=Material+Icons" as="style" />
<script>
// Material Icons font loading
;(function () {
var materialIconsLink = document.createElement('link')
materialIconsLink.rel = 'stylesheet'
materialIconsLink.href = 'https://fonts.googleapis.com/icon?family=Material+Icons'
// Add the link element
document.head.appendChild(materialIconsLink)
// Handle successful loading
materialIconsLink.addEventListener('load', function () {
if (document.body) {
document.body.classList.add('material-icons-loaded')
} else {
// Fallback: wait for DOM to be ready
document.addEventListener('DOMContentLoaded', function () {
document.body.classList.add('material-icons-loaded')
})
}
})
// Ensure the class is added even if the event doesn't fire
document.addEventListener('DOMContentLoaded', function () {
// Add class after a short delay to ensure the font is loaded
setTimeout(function () {
document.body.classList.add('material-icons-loaded')
}, 100)
})
})()
</script>
<noscript>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
</noscript>
<script async src="https://kit.fontawesome.com/26f4207121.js" crossorigin="anonymous"></script>
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//kit.fontawesome.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://kit.fontawesome.com" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C78TXR0XFK"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-C78TXR0XFK')
</script>
<script>
window.addEventListener('load', function () {
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js')
}
})
</script>
<link rel="manifest" href="manifest.json" />
<link
rel="icon"
href="https://raw.githubusercontent.com/sz-games/sz-games.github.io/main/G2.png"
type="image/png"
/>
<meta name="title" content="Sz Games" />
<meta name="author" content="Sz Games" />
<title>Sz Games</title>
<meta name="revisit-after" content="1 days" />
<link rel="apple-touch-startup-image" href="https://sz-games.github.io/launch.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="/G2.png" />
<link rel="icon" href="/G2.png" />
<meta name="description" content="The Best Place To Play over 100+ Games in school or at home." />
<meta property="og:site_name" content="Sz Games" />
<meta property="og:title" content="Sz Games" />
<meta
name="description"
property="og:description"
content="The Best Place To Play over 100+ Games in school or at home."
/>
<meta content="website" property="og:type" />
<meta
name="description"
property="twitter:description"
content="The Best Place To Play over 100+ Games in school or at home."
/>
<meta name="language" content="English" />
<script async src="./GobalSettings.js"></script>
<script src="./games.js"></script>
<meta
name="keywords"
content="sz games, sz games unblocked, games, github unblocked, unblocked games, school, games, games to play, games on the web, html5 games, sz, sz-games, play games online, online games"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "Sz Games",
"logo": "https://sz-games.github.io/G-Google.png"
}
</script>
<link rel="stylesheet" href="./style.css" />
<noscript>
<style>
.material-icons {
opacity: 1 !important; /* Ensure icons are visible if JS is off */
}
</style>
</noscript>
</head>
<body>
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-P93VS8N5"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<div class="split">
<div class="split-left">
<div class="youtube-layout">
<!-- Site header with search -->
<div class="site-header">
<a href="https://sz-games.github.io" aria-label="Home" class="logo">
<img alt="Icon" fetchpriority="low" src="https://github.com/sz-games/home/blob/main/G.png?raw=true" />
<h1>Sz Games</h1>
</a>
<div class="header-search">
<div class="search-container">
<input
onkeyup="Search()"
id="SearchBox"
placeholder="Search games"
type="search"
class="youtube-search"
/>
<button class="search-button">
<span class="material-icons notranslate">search</span>
</button>
</div>
</div>
</div>
<!-- Fixed categories bar -->
<div class="categories-container">
<div class="category-chips">
<button class="category-chip active" data-category="No Filter">All</button>
<button class="category-chip" data-category="Casual">Casual</button>
<button class="category-chip" data-category="Shooter">Shooter</button>
<button class="category-chip" data-category="Sports">Sports</button>
<button class="category-chip" data-category="Sandbox">Sandbox</button>
<button class="category-chip" data-category="Horror">Horror</button>
<button class="category-chip" data-category="Fighting">Fighting</button>
<button class="category-chip" data-category="Adventure">Adventure</button>
<button class="category-chip" data-category="Action">Action</button>
<button class="category-chip" data-category="Multiplayer">Multiplayer</button>
<button class="category-chip" data-category="Idle">Idle</button>
<button class="category-chip" data-category="Driver">Driver</button>
</div>
</div>
<div class="youtube-sidebar">
<div class="sidebar-item active">
<span class="material-icons">home</span>
<a href="./index.html" class="sidebar-text">Home</a>
</div>
<div class="sidebar-item">
<span class="material-icons">policy</span>
<a href="./Privacy-Policy.html" class="sidebar-text">Privacy Policy</a>
</div>
<div class="sidebar-item">
<span class="material-icons">info</span>
<a href="./terms-of-service.html" class="sidebar-text">Terms Of Service</a>
</div>
<div class="sidebar-item">
<span class="material-icons">assignment</span>
<a href="./contact.html" class="sidebar-text">Game Request</a>
</div>
<div class="sidebar-item">
<span class="material-icons">bug_report</span>
<a href="./contact.html" class="sidebar-text">Report A Bug</a>
</div>
<div class="sidebar-item">
<span class="material-icons">rate_review</span>
<a href="./contact.html" class="sidebar-text">Submit A Review</a>
</div>
<div class="sidebar-item">
<span class="material-icons">cloud</span>
<a href="./MessageUN.html" class="sidebar-text">Unblocker</a>
</div>
<div class="sidebar-item">
<span class="material-icons">sports_esports</span>
<a href="./FNF.html" class="sidebar-text">Friday Night Funkin</a>
</div>
<div class="sidebar-item">
<span class="material-icons">comment</span>
<a href="./reviews.html" class="sidebar-text">Reviews</a>
</div>
<div class="sidebar-item">
<span class="material-icons">import_contacts</span>
<a href="./About.html" class="sidebar-text">About</a>
</div>
</div>
<div class="youtube-main">
<div class="featured-section">
<div class="featured-header">
<div class="featured-title">
<h1>Featured Games</h1>
</div>
</div>
<div class="featured-games">
<div class="featured-game">
<a href="/games/game.html?game=/slope/">
<div class="featured-game-thumbnail">
<img
src="https://raw.githubusercontent.com/sz-games/sz-games.github.io/main/cover/slope.webp"
alt="slope"
loading="lazy"
onerror="this.onerror=null;this.src='./fallback.png';"
/>
</div>
<div class="featured-game-info">
<h3>Slope</h3>
</div>
</a>
</div>
<div class="featured-game">
<a
href="/rating.html?game=bitlife&&url=https://sz-games.github.io/games/game.html?game=/Games9/bitlife"
>
<div class="featured-game-thumbnail">
<img
src="https://raw.githubusercontent.com/sz-games/sz-games.github.io/main/cover/Bitlife.png"
alt="bitlife"
loading="lazy"
onerror="this.onerror=null;this.src='./fallback.png';"
/>
</div>
<div class="featured-game-info">
<h3>Bitlife</h3>
</div>
</a>
</div>
<div class="featured-game">
<a href="/games/game.html?game=/storage3/AWeb/">
<div class="featured-game-thumbnail">
<img
src="https://raw.githubusercontent.com/sz-games/sz-games.github.io/main/cover/Minecraft.png"
alt="minecraft"
loading="lazy"
onerror="this.onerror=null;this.src='./fallback.png';"
/>
</div>
<div class="featured-game-info">
<h3>Minecraft</h3>
</div>
</a>
</div>
</div>
</div>
<div
id="div-gpt-ad-1744679821427-0"
class="header-ad"
style="width: 728px; height: 90px; margin-bottom: 4px"
>
<script>
googletag.cmd.push(function () {
googletag.display(bannerSlot728x90)
})
</script>
</div>
<!-- YouTube-style game grid -->
<div id="games" class="youtube-grid"></div>
</div>
</div>
<div
class="ipAR"
style="
display: none;
z-index: 75;
cursor: pointer;
position: fixed;
bottom: 25px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #1d1d1d;
"
id="SCROLLUP"
>
<span
class="material-icons notranslate"
style="
cursor: pointer;
left: 50%;
font-size: larger;
top: 50%;
transform: translate(-50%, -50%);
color: white;
position: absolute;
"
>
arrow_upward
</span>
</div>
</div>
<div class="sidebar">
<div class="wrapper">
<ins
class="adsbygoogle"
style="display: inline-block; width: 100%; height: 100%"
data-ad-client="ca-pub-3723218062742398"
data-ad-slot="9386191967"
data-ad-format="auto"
data-full-width-responsive="true"
data-ad-channel="9267153333"
></ins>
<script>
;(adsbygoogle = window.adsbygoogle || []).push({})
</script>
<div class="discord-container" style="margin: 20px; text-align: center">
<p style="font-size: 16px; margin-bottom: 10px; color: #7289da">
<a
href="https://discord.gg/XaEPUtUZ7G"
style="
text-decoration: none;
color: white;
display: inline-flex;
align-items: center;
background-color: #7289da;
padding: 8px 15px;
border-radius: 8px;
transition: all 0.3s ease;
"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
style="margin-right: 8px; fill: white"
>
<path
d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286z"
/>
</svg>
Join Our Discord
</a>
</p>
</div>
</div>
</div>
</div>
<script>
// Prevent layout shift on large screens by setting initial sidebar state
;(function () {
const layout = document.querySelector('.youtube-layout')
const sidebar = document.querySelector('.youtube-sidebar')
if (window.innerWidth >= 1536 && layout && sidebar) {
layout.classList.remove('collapsed-sidebar')
sidebar.classList.remove('collapsed')
}
})()
</script>
<script src="./script.js"></script>
</body>
</html>