-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
569 lines (562 loc) · 18.1 KB
/
index.html
File metadata and controls
569 lines (562 loc) · 18.1 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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<!DOCTYPE html>
<html lang="en" style="overflow-x: hidden;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
FunJunk
</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" class="iconImg" href="icon.png">
<link rel="manifest" href="manifest.json">
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
}
</script>
</head>
<body>
<div class="intro">
<div class="container" style="text-align: center;">
<img src="logo.png" class="loadinglogo">
<h2 class="percentage">0%</h2>
<small class="funfact">Getting information...</small>
</div>
</div>
<div class="menu" style="position: fixed; top: 0; left: 100%;">
<div class="close">×</div>
<center>
<a style="font-size: 4em; text-decoration: none;" href="index.html">HOME</a>
<br>
<a style="font-size: 4em; text-decoration: none;" href="https://github.com/Mark6132014">GITHUB</a>
<br>
<button id="installButton" style="cursor: pointer; color: white; font-size: 4em; background: green; height: 15vh; width: auto; border-radius: 5px; border: 10px solid darkgreen;">Install App</button>
<br>
<a style="font-size: 4em; text-decoration: none;" href="./school/index.html">SCHOOL</a>
<br>
<a style="font-size: 4em; text-decoration: none;" href="./escapes/index.html">FUNJUNK UNBLOCKED</a>
<br>
<a style="font-size: 4em; text-decoration: none;" href="./link/frombanner/defaultplaytimeapp.html">PLAYTIME</a>
<!--DO NOT REMOVE. ALWAYS PUT THIS AT THE BOTTOM-->
<hr>
<style>
star#unselect {
content: url("rate/unselected.svg");
height: 50px;
width: 50px;
}
star#select {
content: url("rate/selected.svg");
height: 50px;
width: 50px;
}
</style>
<h1>Rate us!</h1>
<div class="rate">
<style>
star#unselect {
content: url("rate/unselected.svg");
height: 50px;
width: 50px;
}
star#select {
content: url("rate/selected.svg");
height: 50px;
width: 50px;
}
</style>
<star class="onestar" id="unselect"></star>
<star class="twostar" id="unselect"></star>
<star class="threestar" id="unselect"></star>
<star class="fourstar" id="unselect"></star>
<star class="fivestar" id="unselect"></star>
<script>
// Get star elements
const stars = [
document.querySelector(".onestar"),
document.querySelector(".twostar"),
document.querySelector(".threestar"),
document.querySelector(".fourstar"),
document.querySelector(".fivestar")
];
// Function to update star selection
function updateStars(rating) {
stars.forEach((star, index) => {
star.id = index < rating ? "select" : "unselect";
});
localStorage.setItem("rate", rating);
}
// Load saved rating from localStorage
const savedRating = Number(localStorage.getItem("rate"));
if (savedRating >= 1 && savedRating <= 5) {
updateStars(savedRating);
}
// Add click listeners
stars.forEach((star, index) => {
star.addEventListener("click", () => updateStars(index + 1));
});
</script>
</div>
<br>
<small>We use a cookie to save your rate!</small>
</center>
</div>
<header>
<a href="https://mark6132014.github.io/funjunk" title="FunJunk">
<img src="logo.png" class="logo">
</a>
<img src="options.png" class="options">
</header>
<div class="reponsive-space"></div>
<div class="funjunkWelcome"><h1>
Welcome
</h1>
<h2>
Enjoy Itzgametime Vip Websites!
</h2></div>
<br>
<center>
<div class="sponsor" style="height: 200px; width: 100%; background: black; color: white; border-radius: 10px;">
<h1>
Try out School Mode
</h1>
<p>
A mode to use FunJunk in secret without it being blocked!!
</p>
<small>
To go there, go to Menu (Pancake Icon) > School. Or go to https://mark6132014.github.io/funjunk/school or https://mark6132014.github.io/funjunk/escapes
</small>
</div>
<br>
<div class="EventSponsor" style="width: 100%; background: black; color: white; border-radius: 10px;">
<img height="300" width="100%" id="imgEventSponsor" src="./banners/halloween.png" style="border-radius: 5px;">
<h1 id="titleEventSponsor">
Is there something fun to do on FunJunk in Halloween?
</h1>
<p id="descEventSponsor">
Yes! You absolutely can! Click the link down below to start:
</p>
<a id="linkEventSponsor" href="./link/frombanner/halloween.html" title="Click here to have fun">Link</a>
</div>
</center>
<div class="website">
<img src="unblockedWeb.png">
<h2>
Unblocked Web
</h2>
<p>
Explore the Unblocked Web! It will be unblocked no matter what!
</p>
<a href="redirect.html?website=unblockedWeb" class="go">
Redirect!
</a>
<br>
<br>
</div>
<div class="website-potrait">
<img src="randomWeb.svg">
<h2>
Random Web
</h2>
<p>
Explore the Random Web! The websites are not made by me.
</p>
<a href="redirect.html?website=randomWeb" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="AdFreeYoutube.ico">
<h2>
Ad-Free YouTube
</h2>
<p>
Watch YouTube videos without any ads.
</p>
<a href="redirect.html?website=AdFreeYoutube" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="windowsEmulators.png">
<h2>
Windows Emulators
</h2>
<p>
A website that gives you different versions of Windows Operating Systems, in an emulator!
</p>
<a href="redirect.html?website=windowsEmulators" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="windows-11.png">
<h2>
Windows 11
</h2>
<p>
A emulator website that is similar to Windows 11.
</p>
<a href="redirect.html?website=windows-11" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="windows10.png">
<h2>
Windows 10
</h2>
<p>
A emulator website that is similar to Windows 10.
</p>
<a href="redirect.html?website=windows10" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="windows8.png">
<h2>
Windows 8
</h2>
<p>
A emulator website that is similar to Windows 8.
</p>
<a href="redirect.html?website=windows8" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
JavaScript
</h2>
<p>
A website that lets you exploit the website using JavaScript code.
</p>
<a href="redirect.html?website=javascript" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="pastWeb.gif">
<h2>
Past Web
</h2>
<p>
Explore the past from the web by the Past Web that lets you be in the past! It's a time traveler!
</p>
<a href="redirect.html?website=pastWeb" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="productOpinions.svg">
<h2>
Product Opinions
</h2>
<p>
A useless website that you can look at my opinion on a Amazon Product.
</p>
<a href="redirect.html?website=productOpinions" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="calculator.webp">
<h2>
Calculator (Desktop Only)
</h2>
<p>
A regular calculator. Please note that it is only for desktops for better size resolution.
</p>
<a href="redirect.html?website=calculator" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
Blank (Uses &#xFEFF;)
</h2>
<p>
A useless, blank page, with no title.
</p>
<a href="redierct.html?website=blank" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="CatchMe.png">
<h2>
Catch Me!
</h2>
<p>
An easy halloween game made simple. It is a harmless website.
</p>
<a href="redirect.html?website=catchMe" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="Halloween.png">
<h2>
Halloween
</h2>
<p>
A whole Halloween Website with fun, and things to do during the fun event.
</p>
<a href="redirect.html?website=halloween" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="survey.png">
<h2>
Survey Creator
</h2>
<p>
A website that lets you make your own survey.
</p>
<a href="redirect.html?website=survey" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
Left Scroll
</h2>
<p>
A unique useless website that the scrollbar is at the left side. Desktops can see this.
</p>
<a href="redirect.html?website=leftScroll" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="openApplication.png">
<h2>
Open Application
</h2>
<p>
A unique website that you can open any application online from your computer with protocols! If you don't know or never used a protocol before, this website has a list for you to open!
</p>
<a href="redirect.html?website=openApplication" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
Dark Light mode
</h2>
<p>
A unique useless website that has a scrollbar that is in dark mode, even when the whole page looks like it is in Light mode.
</p>
<a href="redirect.html?website=darkLightMode" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="christmas.png">
<h2>
Christmas Web
</h2>
<p>
A Christmas Website to see the magical wonders of the event!
</p>
<a href="redirect.html?website=christmas" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
Click Simulator
</h2>
<p>
A game made by me! Enjoy! I made this for fun.
</p>
<a href="redirect.html?website=click-simulator" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="no-icon.png">
<h2>
Virtual Email
</h2>
<p>
Have virtual emails sent to your device instantly. Also it is public!
</p>
<a href="redirect.html?website=ve" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website-potrait">
<img src="offlineserver.png">
<h2>
OfflineServer
</h2>
<p>
An Offline Web Server you can access offline and online in case your internet is out or friends want to see your website. Best Feature: Free Domain and Free Website!
</p>
<a href="redirect.html?website=offlineserver" class="go">
Redirect!
</a>
<br>
<br>
</div>
<br>
<div class="website">
<img src="no-icon.png">
<h2>
BetterAds
</h2>
<p>
BetterAds is the perfect tool for making ads. More advanced, and simple at the same time! You can add JavaScript to your ads!
</p>
<a href="redirect.html?website=betterads" class="go">
Redirect!
</a>
</div>
<br>
<div class="website-potrait">
<img src="no-icon.png">
<h2>
EveryServer
</h2>
<p>
EveryServer has every server you can have on 1 PC
</p>
<a href="redirect.html?website=everyserver" class="go">
Redirect!
</a>
</div>
<br>
<div class="website">
<img src="no-icon.png">
<h2>
Useless Info
</h2>
<p>
Useless Info always updated every 10 milliseconds
</p>
<a href="redirect.html?website=useless-info" class="go">
Redirect!
</a>
</div>
<br>
<div class="website">
<img src="no-icon.png">
<h2>
Prodigy Browser Copy
</h2>
<p>
Go into 90s nostalgia by looking at a webpage copy of Prodigy Browser
</p>
<a href="redirect.html?website=prodigy" class="go">
Redirect!
</a>
</div>
<!-- Please leave this piece of code here! -->
<br>
<br>
<hr>
<footer><center>
<h1>
All FunJunk is owned by Itzgametime Vip
</h1>
<p>
FunJunk 2025©. All rights reversed🤣!
</p>
<a href="https://itzgametimevip.com" style="color: white;">
Go to Itzgametime Vip Website (Local Mostly)
</a>
</center></footer>
<script src="index.js"></script>
<script>
let deferredPrompt;
const installButton = document.getElementById('installButton');
// Listen for the beforeinstallprompt event
window.addEventListener('beforeinstallprompt', (e) => {
e.preventDefault(); // Prevent automatic prompt
deferredPrompt = e; // Save the event for later
});
// Handle button click
installButton.addEventListener('click', async () => {
if (deferredPrompt) {
deferredPrompt.prompt(); // Show the install prompt
const { outcome } = await deferredPrompt.userChoice;
console.log(`User response to install prompt: ${outcome}`);
deferredPrompt = null; // Reset the prompt
installButton.hidden = true; // Hide the button
}
});
// Optional: Listen for appinstalled event
window.addEventListener('appinstalled', () => {
console.log('PWA was installed');
});
</script>
</body>
</html>