This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
forked from 1727859/cyanidegames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
757 lines (646 loc) Β· 44.6 KB
/
index.html
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
<DOCTYPE HTML>
<html>
<head>
<title>cyanide.</title>
<meta name="keywords" content="unblocked games, school unblocked games, unblocked games at school, unblocked games for school, school games, free unblocked games, online unblocked games, fun unblocked games, flash games unblocked, browser games unblocked, web games unblocked, html5 games unblocked, multiplayer unblocked games, 2 player unblocked games, shooting unblocked games, action unblocked games, arcade unblocked games, physics unblocked games, puzzle unblocked games, retro unblocked games, sports unblocked games, adventure unblocked games, minecraft unblocked, run unblocked, tank unblocked, bloons tower defense unblocked, happy wheels unblocked, moto x3m unblocked, learn to fly unblocked, slope unblocked, 1v1 lol unblocked, shell shockers unblocked, motocross unblocked, classics unblocked, sniper unblocked, stickman unblocked, raft wars unblocked, duck life unblocked, poki unblocked, armor games unblocked, coolmath games unblocked, agame unblocked, pacogames unblocked, construct 3 unblocked, unity webgl games unblocked">
<link rel="stylesheet" type="text/css" href="!src/BASE.css">
<link rel="stylesheet" id="themeStyle" type="text/css" href="!src/default.css">
<link rel="stylesheet" type="text/css" href="!src/buttonstyles.css">
<link rel="icon" type="image/x-icon" href="!contributors/moondoge.gif">
</head>
<body class="sky">
<div class="navtext" id="navbar" display="block" style="padding: 10px 0;">
<div>
<button onclick="index()" class="navtext" style="padding: 10px 0;"><i>home</i></button></a><div class="nav-spacer"></div>
</div>
<div>
<button onclick="gameselect()" class="navtext" style="padding: 10px 0;"><i>games</i></button><div class="nav-spacer"></div>
</div>
<div>
<button onclick="extras()" class="navtext" style="padding: 10px 0;"><i>extras</i></button><div class="nav-spacer"></div>
</div>
</div>
<div class="ba">
<div id="index">
<div>
<br>
<br>
<br>
<br>
<br>
<center>
<h1 class="heading"><i>cyanide.</i></h1>
</p><p class="paragraph" id="randomMessage"></p>
<br width=100% height=100%>
<button onclick="gameselect()" class="button" align=left><i>games</i></button></a>
<a href="chatroom.html" target="_self"><button class="button" align="center"><i>chatroom</i></button></a>
<a href="sulfur.html" download><button class="button" align="center" download><i>sulfur</i></button></a>
<hr style="opacity: 0;">
</center>
<div id="panelsContainer"></div>
<script type="text/javascript">
const panels = [
{
imgSrc: "!contributors/nujabes.png",
imgStyle: "border-radius: 200px; width: 100px; align-self: center; animation-name: rotate; animation-duration: 1.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;",
username: ".nujabes.",
role: "owner/creator/lead dev",
message: "",
backgroundGif: ""
},
{
imgSrc: "!contributors/memecake789.png",
imgStyle: "border-radius: 200px; width: 100px; align-self: center; animation-name: rotate; animation-duration: 1.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;",
username: "MemeCake789",
role: "Discord & Infared Dev",
message: "",
backgroundGif: ""
},
{
imgSrc: "!contributors/stickmanm.png",
imgStyle: "border-radius: 200px; width: 100px; align-self: center; animation-name: rotate; animation-duration: 1.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;",
username: "StickManM",
role: "Tiktok Personality",
message: "",
backgroundGif: ""
},
{
imgSrc: "!contributors/74bits.png",
imgStyle: "border-radius: 200px; width: 100px; align-self: center; animation-name: rotate; animation-duration: 1.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;",
username: "74bits",
role: "Developer/ BananaSaber Creator",
message: "",
backgroundGif: ""
},
{
imgSrc: "!contributors/mlg_piplup2678.png",
imgStyle: "border-radius: 200px; width: 100px; align-self: center; animation-name: rotate; animation-duration: 1.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;",
username: "mlg_piplup2678",
role: "derek the cube man guy",
message: "",
backgroundGif: ""
},
// Add more panel objects as needed
];
// Iterate through the panels array and generate the HTML
const panelElements = panels.map(panel => `
<div class="panelcredit" style="background-image: url('${panel.backgroundGif}');">
<img src="${panel.imgSrc}" style="${panel.imgStyle} ">
<p class="paragraph" style= "animation-name: rotate; animation-duration: 2.3s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;">${panel.username}</p>
<p class="credittext" style="font-size:12px; animation-name: rotate; animation-duration: 2.4s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;"><i>${panel.role}</i></p>
<p class="credittext" style="font-size:14px; animation-name: rotate; animation-duration: 2.5s; animation-iteration-count: 1; animation-delay: 1s; animation-fill-mode: forwards; opacity: 0;">${panel.message}</p>
</div>
`).join('');
// Now you can insert the panelElements into your HTML document where you want the panels to appear
document.getElementById('panelsContainer').innerHTML = panelElements;
</script>
</div>
</div>
<div id="games" style="display:none">
<center>
<br>
<br>
<br>
<br>
<h1 class="heading"><i>cyanide.</i></h1>
<br width=100% height=100%>
<input class="functioninput" type="text" id="searchBar" placeholder="Search...">
<br>
<br>
<br>
<br>
<div id="gameList"></div>
</center>
<script src="games.js"></script>
</div>
<div id="aboutblank" style="display:none">
<div>
<h1 class="heading"><i>about:blank generator.</i></h1>
<h2 class="heading" >bricked by moondoge#0001</h2>
<p class="paragraph" >This about:blank generator opens links in a new tab, where chrome extensions cannot view them. <br>while this cannot unblock websites from relays/web filterers, it can provide a sense of anonimity to your browsing.</p>
<input type="text" id="websiteInput" placeholder="Enter website URL">
<button onclick="loadWebsite()">Go</button>
</script>
</div>
</div>
<div id="extras" style="display:none;">
<center>
<br>
<br>
<br>
<br>
<div>
<div>
<h1 class="heading"><i>cyanide.</i></h1>
<br width="100%" height="100%">
<button onclick="scratchanide()" class="button"><i>scratchanide</i></button>
<button onclick="aboutbl()" class="button"><i>about:blank</i></button>
<button onclick="bookmarklets()" class="button"><i>bookmarklets</i></button>
<button onclick="themes()" class="button"><i>themes</i></button>
</div>
<hr style="opacity:0;">
<br>
<label class="paragraph" for="tabNameInput">New Tab Name:</label>
<input class="functioninput" type="text" id="tabNameInput">
<button class="buttoninput" onclick="changeTabName()">Change Tab Name</button>
<label class="paragraph" for="faviconInput">New Favicon URL:</label>
<input class="functioninput" type="text" id="faviconInput">
<button class="buttoninput" onclick="changeFavicon()">Change Favicon</button>
<hr style="opacity: 0;">
</center>
</div>
<div id="themes" style="display:none;">
<br>
<br>
<br>
<br>
<br>
<h1 class="heading"><i>cyanide.</i></h1>
<br width="100%" height="100%">
<center>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/default.css')">Default/Dark</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/light.css')">Light</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/classic.css')">Classic</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/puredark.css')">Pure Darkness</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/purelight.css')">Pure Light</button>
<hr style="opacity:0;">
<button class="button" onclick="changeStylesheet('themeStyle', '!src/windowsxp.css')">Windows XP</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/sky.css')">Sky</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/clickfire.css')">clickfire</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/garticphone.css')">Gartic</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/mustard.css')">Mustard</button>
<hr style="opacity:0;">
<button class="button" onclick="changeStylesheet('themeStyle', '!src/piplup.css')">Piplup</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/crazy.css')">Crazy</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/moneyfolder.css')">moneyfolder</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/trump.css')">Trump</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/infared.css');">Infared</button>
<button class="button" onclick="changeStylesheet('themeStyle', '!src/pyramid.css');">Pyra?Mid</button>
<hr style="opacity:0;">
<button class="button" onclick="changeStylesheet('themeStyle', '!src/wgr.css');">WGR</button>
</center>
</div>
<div id="bookmarklets" style="display:none;">
<br>
<br>
<br>
<br>
<br>
<center>
<h1 style="text-align: center;" class="heading">cyanide bookmarklets.</h1>
<h2 class="heading"> created by moondoge#0001 (and 3kh0_#6969)</h2>
<br />
<p class="paragraph">Drag the button for the bookmarklet into your bookmarks bar.</p>
<p class="paragraph">(Keep in mind: You cannot use bookmarklets on a new tab or any system pages)</p>
<br />
<h2 class="heading">Useful Bookmarklets</h2>
<div>
<div class="bookmarklet">
<h3 class="heading">Eruda (Inspect Element)</h3>
<p class="paragraph">Inspect Element, click the button at the bottom right to activate it. <a href="https://github.com/liriliri/eruda">It is open-source!</a></p>
<a class="button" href="javascript:(function () { var script = document.createElement('script'); script.src='//cdn.jsdelivr.net/npm/eruda'; document.body.appendChild(script); script.onload = function () { eruda.init() } })();">
Activate Eruda
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Firebug (Inspect Element #2)</h3>
<p class="paragraph">Inspect Element (view and edit the html css and js of the page you are on)</p>
<a
class="button"
href="javascript:var firebug=document.createElement('script');firebug.setAttribute('src','https://luphoria.com/fbl/fbl/firebug-lite-debug.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);"
>
Activate Firebug
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">X-Ray Goggles (Inspect Element #3)</h3>
<p class="paragraph">This bookmarklet lets you edit any elements on the page with an inspect tool. (Press esc to exit it)</p>
<a
class="button"
href="javascript:(function () {var script=document.createElement('script');script.src='https://x-ray-goggles.mouse.org/webxray.js';script.className='webxray';script.setAttribute('data-lang','en-US');script.setAttribute('data-baseuri','https://x-ray-goggles.mouse.org');document.body.appendChild(script);}())"
>
Activate X-ray Googles
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Edit+ (Inspect Element #4)</h3>
<p class="paragraph">Allows you to edit text on the page just by clicking there, and if you click the bookmarklet again it will disable it. Thank you BluePotato#8397 for finding this!</p>
<a class="button" href="javascript:if(document.body.contentEditable != 'true')void(document.body.contentEditable = 'true');else void(document.body.contentEditable = 'false');\">Edit On/Off</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Portable about:blank embedder</h3>
<p class="paragraph">about:blank embedder in a bookmarklet</p>
<a
class="button"
href="javascript: (function () {var url = prompt('Paste the link you want to be embedded into an about:blank page.\n(INCLUDE https://)', 'https://example.com'); var urlObj = new window.URL(window.location.href); win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var iframe = win.document.createElement('iframe'); iframe.style.border = 'none'; iframe.style.width = '100%'; iframe.style.height = '100%'; iframe.style.margin = '0'; iframe.referrerpolicy = 'no-referrer'; iframe.allow = 'fullscreen'; iframe.src = url.toString(); win.document.body.appendChild(iframe); var script = win.document.createElement('script'); script.src = 'https://3kh0.github.io/js/main.js'; win.document.body.appendChild(script); })();"
>
about:blank
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Google Translate Proxy</h3>
<p class="paragraph"> view your website in a google translate preview</p>
<a class="button" href="javascript:var a='https://translate.google.com/translate?u='';var b=encodeURI(location.href);var c='?tl=en';open(a+b+c);">Google Translate Bypasser</a>
</div>
<div class="bookmarklet">
<h3 class="heading">View Page Source</h3>
<p class="paragraph">View page source with Snoopy</p>
<a
class="button"
href="javascript:(function()%7Bvar d%3Ddocument%2Cs%2Ce%3Bvar el%3Dd.getElementById('snpy')%3Bif(typeof Snoopy!%3D'undefined')%7BSnoopy.toggle()%3Breturn%7Delse%7Bif(el)%7Bel.className%3D%2Fclosed%2F.test(el.className)%3Fel.className.replace('closed'%2C')%3Ael.className%2B' closed'%3Breturn%7D%7Ds%3Dd.createElement('link')%3Bs.setAttribute('href'%2C'http%3A%2F%2Fsnoopy-assets.allmarkedup.com%2Fsnoopy-min.css')%3Bs.setAttribute('rel'%2C'stylesheet')%3Bs.setAttribute('type'%2C'text%2Fcss')%3Bd.getElementsByTagName('head')%5B0%5D.appendChild(s)%3Be%3Dd.createElement('script')%3Be.setAttribute('src'%2C'http%3A%2F%2Fsnoopy-assets.allmarkedup.com%2Fsnoopy-min.js')%3Bd.getElementsByTagName('body')%5B0%5D.appendChild(e)%7D)()%3B"
>
View page source
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Adblocker</h3>
<p class="paragraph">Adblocker (Note: You will have to click it every time you go to a website)</p>
<a
class="button"
href="javascript:var st = confirm('strict adblocker?'); if(st){var invisible = document.createElement('style'); invisible.innerHTML = 'iframe{display:none} embed{display:none} object{display:none} frame{display:none}'; document.body.appendChild(invisible); setInterval(function(){var embeds = document.querySelectorAll('iframe, embed, frame, object'); for(i = 0; i < embeds.length; i++){embeds[i].remove()}}, 500)} else{var adblock = document.createElement('style'); adblock.innerHTML = '[src*=adserver] {display: none; } [src*=adlinks] {display: none;} [src*=adtech] {display:none;} [id*=google_ads] { display: none; } [src*=doubleclick.net] { display:none;} [src*=googlead] { display: none; } [href*=googlead] { display:none;} [src*=googlesyndication] { display: none;} [src*=ads.] { display: none; } [src*=.ad] {display: none; } [src*=ad.] {display:none;} [src*=adsmart] { display:none;}'; document.body.appendChild(adblock)} if(st){var elements = document.body.querySelectorAll('*'); for(i2 = 0; i2 < elements.length; i2++){if(elements[i2].id.includes('google_ads_iframe')){elements[i2].remove()}}} var x = document.getElementsByClassName('video-stream html5-main-video')[0]; function videoblock() { if(x.src.includes('pltype=adhost')) { x.currentTime = 999999999; }} setInterval(videoblock, 10)"
>
AdBlocker
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Youtube Adblocker #2</h3>
<p class="paragraph">Adblocker (Note: You will have to click it for every ad)</p>
<a class="button" href="javascript:(function()%7Bdocument.querySelector('video').currentTime %3D document.querySelector('video').duration%7D)()%3B">Youtube AdBlocker</a>
</div>
<h2 class="heading">Random Bookmarklets</h2>
<div>
<div class="bookmarklet">
<h3 class="heading">Make page 3D</h3>
<p class="paragraph">This does what the title says! Everything will be 3D!</p>
<a
class="button"
href="javascript:(function(){var js=document.body.appendChild(document.createElement('script'));js.onerror=function(){alert('Sorry, the script could not be loaded.'')};js.src='https://rawgit.com/Krazete/bookmarklets/master/tri.js'})();"
>
Make Page 3D
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Kick Ass</h3>
<p class="paragraph">A fun game you can play and destroy things on the website you're on.</p>
<a class="button" href="javascript:var%20KICKASSVERSION='2.0';var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='//hi.kickassapp.com/kickass.js';void(0);">Kick Ass</a>
</div>
<div class="bookmarklet"></div>
<h3 class="heading">Snake Game</h3>
<p class="paragraph">Play snake in the corner of your page! Press P to play/pause</p>
<a
class="button"
href="javascript:Q=32;m=b=Q*Q;a=[P=l=u=d=p=S=w=0];u=8;f=(h=j=t=(b+Q)/2)-1;(B=(D=document).body).appendChild(x=D.createElement('p'));(X=x.style).position='fixed';X.left=X.top=0;X.background='#FFF%22;x.innerHTML=%22%3Cp%3E%3C/p%3E%3Ccanvas%3E%22;v=(s=x.childNodes)[0];(s=s[1]).width=s.height=5*Q;c=s.getContext(%222d%22);%20onkeydown=onblur=F=function(e,g){g?a[f]?(w+=m,f=Math.random(l+=8)*(R=Q-2)*R|(u=0),F(f+=Q+1+2*(f/R|0),g)):F(f):0%3Ee?(l?--l:(y=t,t=a[t]-2,F(y)),S+=(w*=0.8)/4,m=999/(u++%20+10),a[h+=[-1,-Q,1,Q][d=p]]?B.removeChild(x,alert(%22Game%20Over!\nThe%20game%20window%20will%20now%20be%20closed.\n\nMade%20by%203kh0%22)):(F(h),F(e,j=h),v.innerHTML=P?(setTimeout(F,50,e,0),S|0):%22Press%20P%20to%20play!%20Made%20by%203kh0%22)):-e?(y=(a[e]=e%3CQ|e%3E=Q*Q-Q|!(e%Q)|e%Q==Q-1|2*(e==h))+(e==f),e==h&&(a[j]=2+h),c.fillStyle=%22hsl(%22+99*!a[e]+%22,%22+2*m+%22%,%22+50*y+%22%)%22,c.fillRect(e%Q*5,5*(e/Q|0),5,5)):isNaN(y=e.keyCode-37)|43==y?(P=y&&!P)&&F(-1):%20p=!P|y&-4|!(y^2^d)?p:y;return!1};for(;--b;F(b));void%20F(-1);"
>
Play Snake
</a>
</div>
<div class="bookmarklet"></div>
<h3 class="heading">Return Youtube Dislikes</h3>
<p class="paragraph">Shows you the dislikes on a Youtube video in a new tab.</p>
<a
class="button"
href="javascript:var a='https://returnyoutubedislikeapi.com/votes?videoId=';var b=location.search.split('v=')[1].split('&')[0];if(location.hostname==='www.youtube.com'){open(a+b);}else if(location.hostname==='youtu.be'){open(a+b);}else if(location.hostname==='www.youtube-nocookie.com'){open(a+b);}"
>
Get Dislikes
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">YoHoHo.io Hack</h3>
<p class="paragraph">This gives you the max player and max pets in yohoho.io</p>
<a
class="button"
href="javascript:(function()%7Bvar%20_0x174722%3D_0x5349%3Bfunction%20_0x5349(_0x189185%2C_0x5292a0)%7Bvar%20_0xf69f83%3D_0x1101()%3Breturn%20_0x5349%3Dfunction(_0x22b1ac%2C_0xdee93c)%7B_0x22b1ac%3D_0x22b1ac-0x1d9%3Bvar%20_0x1c59b4%3D_0xf69f83%5B_0x22b1ac%5D%3Breturn%20_0x1c59b4%3B%7D%2C_0x5349(_0x189185%2C_0x5292a0)%3B%7D(function(_0x162947%2C_0x5a35c1)%7Bvar%20_0x1d7e79%3D_0x5349%2C_0x3f41fd%3D_0x162947()%3Bwhile(!!%5B%5D)%7Btry%7Bvar%20_0x5ee40d%3DparseInt(_0x1d7e79(0x1e2))%2F0x1*(-parseInt(_0x1d7e79(0x1fb))%2F0x2)%2B-parseInt(_0x1d7e79(0x1eb))%2F0x3*(-parseInt(_0x1d7e79(0x1f7))%2F0x4)%2B-parseInt(_0x1d7e79(0x20f))%2F0x5%2B-parseInt(_0x1d7e79(0x1f8))%2F0x6%2B-parseInt(_0x1d7e79(0x20b))%2F0x7%2BparseInt(_0x1d7e79(0x204))%2F0x8*(parseInt(_0x1d7e79(0x1e9))%2F0x9)%2BparseInt(_0x1d7e79(0x1f4))%2F0xa*(parseInt(_0x1d7e79(0x1d9))%2F0xb)%3Bif(_0x5ee40d%3D%3D%3D_0x5a35c1)break%3Belse%20_0x3f41fd%5B'push'%5D(_0x3f41fd%5B'shift'%5D())%3B%7Dcatch(_0x338e30)%7B_0x3f41fd%5B'push'%5D(_0x3f41fd%5B'shift'%5D())%3B%7D%7D%7D(_0x1101%2C0x83dbe))%3Bvar%20_0xf03dc6%3D(function()%7Bvar%20_0x1817ae%3D!!%5B%5D%3Breturn%20function(_0x24b9a6%2C_0x56e202)%7Bvar%20_0x2e6656%3D_0x1817ae%3Ffunction()%7Bvar%20_0x1cfd89%3D_0x5349%3Bif(_0x56e202)%7Bvar%20_0x56b063%3D_0x56e202%5B_0x1cfd89(0x1ea)%5D(_0x24b9a6%2Carguments)%3Breturn%20_0x56e202%3Dnull%2C_0x56b063%3B%7D%7D%3Afunction()%7B%7D%3Breturn%20_0x1817ae%3D!%5B%5D%2C_0x2e6656%3B%7D%3B%7D())%2C_0x4be9bc%3D_0xf03dc6(this%2Cfunction()%7Bvar%20_0x7f72c4%3D_0x5349%3Breturn%20_0x4be9bc%5B'toString'%5D()%5B_0x7f72c4(0x1e3)%5D('(((.%2B)%2B)%2B)%2B%24')%5B'toString'%5D()%5B_0x7f72c4(0x211)%5D(_0x4be9bc)%5B_0x7f72c4(0x1e3)%5D(_0x7f72c4(0x1da))%3B%7D)%3B_0x4be9bc()%3Bvar%20_0x5a2fb3%3D(function()%7Bvar%20_0x4fa72b%3D!!%5B%5D%3Breturn%20function(_0x1d7e05%2C_0x5562c5)%7Bvar%20_0x37721b%3D_0x4fa72b%3Ffunction()%7Bvar%20_0x16d0ee%3D_0x5349%3Bif(_0x16d0ee(0x215)%3D%3D%3D'iRQFn')%7Bvar%20_0x4e6b3a%3D_0x38d8d7%3Ffunction()%7Bvar%20_0x3b2120%3D_0x16d0ee%3Bif(_0x1570d0)%7Bvar%20_0x4107aa%3D_0x4999cd%5B_0x3b2120(0x1ea)%5D(_0x14c1a1%2Carguments)%3Breturn%20_0x446509%3Dnull%2C_0x4107aa%3B%7D%7D%3Afunction()%7B%7D%3Breturn%20_0x29a8b1%3D!%5B%5D%2C_0x4e6b3a%3B%7Delse%7Bif(_0x5562c5)%7Bvar%20_0x581c83%3D_0x5562c5%5B_0x16d0ee(0x1ea)%5D(_0x1d7e05%2Carguments)%3Breturn%20_0x5562c5%3Dnull%2C_0x581c83%3B%7D%7D%7D%3Afunction()%7B%7D%3Breturn%20_0x4fa72b%3D!%5B%5D%2C_0x37721b%3B%7D%3B%7D())%3B(function()%7Bvar%20_0x180252%3D_0x5349%2C_0x57a488%3Btry%7Bvar%20_0x38868a%3DFunction(_0x180252(0x1f2)%2B_0x180252(0x209)%2B')%3B')%3B_0x57a488%3D_0x38868a()%3B%7Dcatch(_0x768270)%7B_0x57a488%3Dwindow%3B%7D_0x57a488%5B_0x180252(0x20c)%5D(_0x4bf308%2C0x1)%3B%7D())%2C(function()%7B_0x5a2fb3(this%2Cfunction()%7Bvar%20_0x122756%3D_0x5349%3Bif('WFald'!%3D%3D'WFald')%7Bvar%20_0x2be14a%3D_0x1286ba%5B_0x122756(0x1ea)%5D(_0x21c742%2Carguments)%3Breturn%20_0xc10b3a%3Dnull%2C_0x2be14a%3B%7Delse%7Bvar%20_0x376390%3Dnew%20RegExp(_0x122756(0x201))%2C_0x3acb61%3Dnew%20RegExp('%5Cx5c%2B%5Cx5c%2B%5Cx20*(%3F%3A%5Ba-zA-Z_%24%5D%5B0-9a-zA-Z_%24%5D*)'%2C'i')%2C_0x1a360c%3D_0x4bf308(_0x122756(0x1fd))%3B!_0x376390%5B_0x122756(0x1e5)%5D(_0x1a360c%2B_0x122756(0x203))%7C%7C!_0x3acb61%5B'test'%5D(_0x1a360c%2B_0x122756(0x1e4))%3F'ebNHv'!%3D%3D_0x122756(0x216)%3F_0x1a360c('0')%3A_0x450f89()%3A_0x4bf308()%3B%7D%7D)()%3B%7D())%3Bfunction%20_0x1101()%7Bvar%20_0x550c10%3D%5B'183285lNowSP'%2C'apply'%2C'6KFoCWW'%2C'%5B1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%5D'%2C'bind'%2C'fpBzY'%2C'toString'%2C'dhBsH'%2C'SWNEZ'%2C'return%5Cx20(function()%5Cx20'%2C'call'%2C'98310cvxqkT'%2C'exception'%2C'playerPetLevel'%2C'1456292zrKVuj'%2C'5620128LIVAYr'%2C'action'%2C'setItem'%2C'1078BKXzXO'%2C'ZxGQZ'%2C'init'%2C'If%5Cx20this%5Cx20page%5Cx20is%5Cx20not%5Cx20a%5Cx20yohoho.io%5Cx20game%2C%5Cx20please%5Cx20click%5Cx20on%5Cx20cancel.%5Cx20%5Cx0a%5Cx0aIf%5Cx20it%5Cx20is%2C%5Cx20please%5Cx20click%5Cx20OK%5Cx20to%5Cx20continue!'%2C'prototype'%2C'obaOi'%2C'function%5Cx20*%5Cx5c(%5Cx20*%5Cx5c)'%2C'gger'%2C'chain'%2C'384qRIqmn'%2C'XqhBk'%2C'console'%2C'licVk'%2C'eTADI'%2C'%7B%7D.constructor(%5Cx22return%5Cx20this%5Cx22)(%5Cx20)'%2C'while%5Cx20(true)%5Cx20%7B%7D'%2C'6362986aCtcCS'%2C'setInterval'%2C'trace'%2C'unlockedPets'%2C'2811780zubtez'%2C'string'%2C'constructor'%2C'stateObject'%2C'warn'%2C'info'%2C'aTcYY'%2C'eXhCw'%2C'unlockedSkins'%2C'1661OuHzpg'%2C'(((.%2B)%2B)%2B)%2B%24'%2C'Finished!%5Cx20The%5Cx20page%5Cx20will%5Cx20now%5Cx20reload%5Cx20for%5Cx20the%5Cx20changes%5Cx20to%5Cx20take%5Cx20effect!'%2C'__proto__'%2C'log'%2C'counter'%2C'debu'%2C'error'%2C'length'%2C'449RmqYJz'%2C'search'%2C'input'%2C'test'%2C'table'%2C'The%5Cx20script%5Cx20has%5Cx20been%5Cx20cancelled!%5Cx20Have%5Cx20a%5Cx20nice%5Cx20day!'%2C'BqZSR'%5D%3B_0x1101%3Dfunction()%7Breturn%20_0x550c10%3B%7D%3Breturn%20_0x1101()%3B%7Dvar%20_0xdee93c%3D(function()%7Bvar%20_0x2269c3%3D!!%5B%5D%3Breturn%20function(_0x2b326a%2C_0x5c611b)%7Bvar%20_0xa408cb%3D_0x2269c3%3Ffunction()%7Bvar%20_0x1d1515%3D_0x5349%3Bif(_0x5c611b)%7Bvar%20_0x5388d4%3D_0x5c611b%5B_0x1d1515(0x1ea)%5D(_0x2b326a%2Carguments)%3Breturn%20_0x5c611b%3Dnull%2C_0x5388d4%3B%7D%7D%3Afunction()%7B%7D%3Breturn%20_0x2269c3%3D!%5B%5D%2C_0xa408cb%3B%7D%3B%7D())%2C_0x22b1ac%3D_0xdee93c(this%2Cfunction()%7Bvar%20_0x2adb39%3D_0x5349%2C_0x1b1d71%3Btry%7Bif(_0x2adb39(0x207)%3D%3D%3D_0x2adb39(0x1e8))_0xdd2f0c(0x0)%3Belse%7Bvar%20_0x28de03%3DFunction(_0x2adb39(0x1f2)%2B_0x2adb39(0x209)%2B')%3B')%3B_0x1b1d71%3D_0x28de03()%3B%7D%7Dcatch(_0x4fd599)%7Bif(_0x2adb39(0x208)!%3D%3D_0x2adb39(0x1ee))_0x1b1d71%3Dwindow%3Belse%7Bif(_0x5c6a24)%7Bvar%20_0x4fc9ea%3D_0x2222ae%5B_0x2adb39(0x1ea)%5D(_0x2ac408%2Carguments)%3Breturn%20_0x5a3cb1%3Dnull%2C_0x4fc9ea%3B%7D%7D%7Dvar%20_0x1e2465%3D_0x1b1d71%5B_0x2adb39(0x206)%5D%3D_0x1b1d71%5B_0x2adb39(0x206)%5D%7C%7C%7B%7D%2C_0xeacc30%3D%5B_0x2adb39(0x1dd)%2C_0x2adb39(0x213)%2C_0x2adb39(0x214)%2C_0x2adb39(0x1e0)%2C'exception'%2C'table'%2C'trace'%5D%3Bfor(var%20_0x1d8669%3D0x0%3B_0x1d8669%3C_0xeacc30%5B_0x2adb39(0x1e1)%5D%3B_0x1d8669%2B%2B)%7Bif(_0x2adb39(0x1fc)%3D%3D%3D_0x2adb39(0x1fc))%7Bvar%20_0x115b45%3D_0xdee93c%5B_0x2adb39(0x211)%5D%5B_0x2adb39(0x1ff)%5D%5B'bind'%5D(_0xdee93c)%2C_0x2b0b70%3D_0xeacc30%5B_0x1d8669%5D%2C_0xf6fef4%3D_0x1e2465%5B_0x2b0b70%5D%7C%7C_0x115b45%3B_0x115b45%5B_0x2adb39(0x1dc)%5D%3D_0xdee93c%5B_0x2adb39(0x1ed)%5D(_0xdee93c)%2C_0x115b45%5B'toString'%5D%3D_0xf6fef4%5B'toString'%5D%5B_0x2adb39(0x1ed)%5D(_0xf6fef4)%2C_0x1e2465%5B_0x2b0b70%5D%3D_0x115b45%3B%7Delse%7Bvar%20_0x214333%3Btry%7Bvar%20_0x283e77%3D_0x2ae7a0(_0x2adb39(0x1f2)%2B_0x2adb39(0x209)%2B')%3B')%3B_0x214333%3D_0x283e77()%3B%7Dcatch(_0x485cee)%7B_0x214333%3D_0x581ec1%3B%7Dvar%20_0x431763%3D_0x214333%5B'console'%5D%3D_0x214333%5B_0x2adb39(0x206)%5D%7C%7C%7B%7D%2C_0x1dca6c%3D%5B_0x2adb39(0x1dd)%2C_0x2adb39(0x213)%2C'info'%2C_0x2adb39(0x1e0)%2C_0x2adb39(0x1f5)%2C_0x2adb39(0x1e6)%2C_0x2adb39(0x20d)%5D%3Bfor(var%20_0x5a67d6%3D0x0%3B_0x5a67d6%3C_0x1dca6c%5B_0x2adb39(0x1e1)%5D%3B_0x5a67d6%2B%2B)%7Bvar%20_0x603c42%3D_0x2ebf4a%5B'constructor'%5D%5B_0x2adb39(0x1ff)%5D%5B_0x2adb39(0x1ed)%5D(_0xedf4d0)%2C_0x37712c%3D_0x1dca6c%5B_0x5a67d6%5D%2C_0x43599c%3D_0x431763%5B_0x37712c%5D%7C%7C_0x603c42%3B_0x603c42%5B'__proto__'%5D%3D_0x429b17%5B'bind'%5D(_0x20cc5a)%2C_0x603c42%5B_0x2adb39(0x1ef)%5D%3D_0x43599c%5B_0x2adb39(0x1ef)%5D%5B'bind'%5D(_0x43599c)%2C_0x431763%5B_0x37712c%5D%3D_0x603c42%3B%7D%7D%7D%7D)%3B_0x22b1ac()%3Bconfirm(_0x174722(0x1fe))%3D%3D!!%5B%5D%3F(localStorage%5B'setItem'%5D(_0x174722(0x217)%2C'%5B1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20%2C21%2C22%2C23%2C24%2C25%2C26%2C27%2C28%2C29%2C30%2C31%2C32%2C33%2C34%2C35%5D')%2ClocalStorage%5B_0x174722(0x1fa)%5D('playerSkin'%2C'35')%2ClocalStorage%5B_0x174722(0x1fa)%5D(_0x174722(0x20e)%2C_0x174722(0x1ec))%2ClocalStorage%5B'setItem'%5D('playerPet'%2C'9')%2ClocalStorage%5B_0x174722(0x1fa)%5D(_0x174722(0x1f6)%2C'14')%2Calert(_0x174722(0x1db))%2Clocation%5B'reload'%5D())%3Aalert(_0x174722(0x1e7))%3Bfunction%20_0x4bf308(_0x34a9ca)%7Bvar%20_0x486d99%3D_0x174722%3Bfunction%20_0x359a6f(_0x5be8f3)%7Bvar%20_0x3eedd3%3D_0x5349%3Bif(typeof%20_0x5be8f3%3D%3D%3D_0x3eedd3(0x210))return%20function(_0x4673d8)%7B%7D%5B'constructor'%5D(_0x3eedd3(0x20a))%5B_0x3eedd3(0x1ea)%5D(_0x3eedd3(0x1de))%3Belse%7Bif((''%2B_0x5be8f3%2F_0x5be8f3)%5B_0x3eedd3(0x1e1)%5D!%3D%3D0x1%7C%7C_0x5be8f3%250x14%3D%3D%3D0x0)'ascFO'!%3D%3D'SFUNi'%3Ffunction()%7Bvar%20_0x3b3300%3D_0x3eedd3%3Bif(_0x3b3300(0x1f1)%3D%3D%3D'SWNEZ')return!!%5B%5D%3Belse%20_0x16e23e%3D_0x188402%3B%7D%5B_0x3eedd3(0x211)%5D('debu'%2B_0x3eedd3(0x202))%5B_0x3eedd3(0x1f3)%5D(_0x3eedd3(0x1f9))%3A_0x3417b9%3D_0x474a74%3Belse%7Bif('obaOi'!%3D%3D_0x3eedd3(0x200))%7Bif(_0x2e1d47)%7Bvar%20_0x75306c%3D_0x3d8226%5B'apply'%5D(_0x19b02a%2Carguments)%3Breturn%20_0x2f5238%3Dnull%2C_0x75306c%3B%7D%7Delse(function()%7Breturn!%5B%5D%3B%7D%5B'constructor'%5D('debu'%2B_0x3eedd3(0x202))%5B_0x3eedd3(0x1ea)%5D(_0x3eedd3(0x212)))%3B%7D%7D_0x359a6f(%2B%2B_0x5be8f3)%3B%7Dtry%7Bif(_0x486d99(0x1f0)%3D%3D%3D'YBOZM')return!%5B%5D%3Belse%7Bif(_0x34a9ca)return%20_0x359a6f%3Belse%20_0x486d99(0x205)%3D%3D%3D'XqhBk'%3F_0x359a6f(0x0)%3Afunction()%7Breturn!!%5B%5D%3B%7D%5B'constructor'%5D(_0x486d99(0x1df)%2B_0x486d99(0x202))%5B_0x486d99(0x1f3)%5D(_0x486d99(0x1f9))%3B%7D%7Dcatch(_0x3cfc0e)%7B%7D%7D%7D)()%3B"
>
YoHoHo.io Hack
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">AutoClicker</h3>
<p class="paragraph">Allows you to AutoClick 135cps.</p>
<a
class="button"
href="javascript:var DELAY = 1;var autoClickerStyleElement = document.createElement('style');autoClickerStyleElement.innerHTML='*{cursor: crosshair !important;}';document.body.appendChild(autoClickerStyleElement);function addClicker(e) {if(!e.isTrusted) {return;}if(e.target.classList.contains('auto-clicker-target')) {e.target.classList.remove('auto-clicker-target');} else {e.target.classList.add('auto-clicker-target');}document.body.removeChild(autoClickerStyleElement);document.body.removeEventListener('click', addClicker);e.preventDefault();autoClick(e.target);}function autoClick(element) {if(element.classList.contains('auto-clicker-target')) {element.click();setTimeout(function(){ autoClick(element); }, DELAY);}}document.body.addEventListener('click', addClicker, 1);"
>
Activate AutoClicker
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Dark Mode</h3>
<p class="paragraph">Makes the background of the tab you are on dark.</p>
<a
class="button"
href="javascript:(function(){var newSS, styles='* { background: black !important; color: #C0C0C0 !important; line-height:1.7em !important} :link, :link * { color: #0099FF !important } :visited, :visited * { color: #6666CC !important }'; if(document.createStyleSheet) { document.createStyleSheet(`javascript: ${styles}`); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName('head')[0].appendChild(newSS); } })();"
>
Dark Mode
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Force Picture in Picture</h3>
<p class="paragraph">Forces the video you are watching to go into picture in picture mode (or just use the built in force in chrome)</p>
<a
class="button"
href="javascript:void function(){let a=!1;document.querySelectorAll('video').forEach(b=>{b.removeAttribute('disablepictureinpicture'),b.disablePictureInPicture=!1,b.paused%26%26'content-video-player'!==b.id||a||'function'!=typeof b.requestPictureInPicture||b.requestPictureInPicture().then(()=>{a=!0}).catch(a=>{console.error(`failed to pop video`,b,a)})})}();"
>
Picture in Picture
</a>
</div>
<div class="bookmarklet">
<h3 class="heading">Ants</h3>
<p class="paragraph">Adds ants to the webpage</p>
<a class="button" href="javascript:document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).setAttribute('src','http://www.cs.huji.ac.il/~irush/scripts/antsbml.js');">
Ants
</a>
</div>
</center>
</div>
<div id="scratchanide" style="display:none;">
<div>
<h1 class="heading"><i>scratchanide</i></h1>
<h2 class="heading">bricked by sm4rd4#2278</h2>
<p class="paragraph">This tool allows you to load Scratch projects without chrome extensions (e.g blocksi) spying on you.<br>You will need to know the project ID, but loading it should be super simple.</p>
<center>
<form id="chat-form" align="center">
<br>
<input type="text" class="textarea" id="scratch-loader" placeholder="Insert Project ID here">
<br><br>
<button onclick="loadscratchProject()" class="button" type="submit" height="70%">Open project in new tab</button>
</form>
</center>
<p class="paragraph">Don't know any project IDs? Here's some fun projects you can try:<br>(copy the numbers in parenthesis beside the name!) <br>
<br><br><b>clickfire (379574992)</b>
<br>You already know why this is here.
<br><br><b>Ramond: The Shattered Core DEMO DX (660440519)</b>
<br>"self promotion is always necessary" -sm4rd4
<br>My (sm4rd4's) game! It's been in development hell, but hopefully the full product should be out within 2 years.
<br>This demo contains the first level and the first boss.
<br><br><b>Coolman DEMO XL (660399013)</b>
<br>A fun Run N' Gun platformer! One day, when Coolman went to buy beans at the store, a wizard stole his wallet, and now he has to get it back!
<br>This demo contains the first level and the first boss.
<br><br><b>Chirpy Reverie (434825906)</b>
<br><b>WARNING: This project is big. And by big, I mean it. Assets might not load properly (gray questionmarks), or your chromebook can crash.</b>
<br><b>It is suggested to close out all other tabs before loading this game.</b>
</div>
</div>
<script src="https://cdn.discordapp.com/attachments/1096461139807846421/1103557341934256148/session.js">
</script>
<script src="!js/index.js">
</script>
<script>
// Get the search bar element
const searchBar = document.getElementById('searchBar');
// Add event listener for input changes
searchBar.addEventListener('input', function(event) {
// Get the search query
const query = event.target.value.toLowerCase();
// Get all the filterable container div elements
const holders = document.getElementsByClassName('holder');
// Loop through the holders and filter the container div elements based on the search query
Array.from(holders).forEach(function(holder) {
const containers = holder.getElementsByClassName('container');
// Loop through the container div elements and hide or show them based on the search query
Array.from(containers).forEach(function(container) {
const link = container.querySelector('a');
const id = link.id.toLowerCase();
if (id.includes(query)) {
container.style.display = 'block'; // Show the container
} else {
container.style.display = 'none'; // Hide the container
}
});
// Check if any container is visible within the holder
const visibleContainers = Array.from(containers).filter(function(container) {
return container.style.display !== 'none';
});
// Update the visibility of the holder based on the visibility of containers
if (visibleContainers.length > 0) {
holder.style.display = 'block'; // Show the holder
} else {
holder.style.display = 'none'; // Hide the holder
}
});
});
</script>
<script>
// Array of random messages
const messages = [
"[ INSERT MESSAGE HERE ]",
"OMG IS THAT AMONGUS/GARTEN OF BANBAN 1v1ing SKIBIDI TOLIET in FNF!!!111!1!1!",
"life is like cyanide, one minute ur taking it, the next minute ur not (cuz ur ded)",
"i digest cyanide every moment of my existence",
"RIP 3kh0: 2021 - 2023 (i swear on 1 dollar bill)",
"i love you",
"i can't think of anything funny to say",
"We are just a website",
"β β β β β β β β B A",
"Teenage angst has paid off well, now I'm bored and old.",
"don't do drugs kids",
"Music recommendation: Luv(sic) Hexalogy By Nujabes",
"fun fact: Derk and Rubix from Derek the Cube Man Guy are dating",
"lean",
"we are not folding",
"I changed my mind",
"nuh uh",
"miau",
"meaw",
"I am going insane",
"You. Me. Gas Station. What are we getting for dinner? Sushi of course.",
"*jaw drops to floor, eyes pop out of sockets accompanied by trumpets, heart beats out of chest, awooga awooga sound effect, pulls chain on train whistle that has appeared next to head as steam blows out, slams fists on table, rattling any plates, bowls or silverware, whistles loudly, fireworks shoot from top of head, pants loudly as tongue hangs out of mouth, wipes comically large bead of sweat from forehead, clears throat, straightens tie, combs hair* Ahem, you look very lovely.",
"Where were you wen club penguin die?",
"i love clickfire so much. i would literally die for clickfire",
"MOONDOGE!",
"est.1999",
"Hey, are you a wifi hotspot? Because I feel a connection.",
"here to remind you that we will one day all be forgotten.",
"hey, can i have cyanide?",
"Are you Australian? Because you meet all of my koalafications.",
"eats violently",
"I will be your fellow monke and guide you",
"best seasons of spongebob are 1-3",
"This is bat country",
"Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy. Crazy? I was crazy once, they locked me in a room, a rubber room, a rubber room with rats, and the rats made me crazy.",
"oh, my GODDDD!!!!!!111!! is that Dogemoon?!?!? is that dogemoon!?!?! i think its dogemoon!!!!11!!!",
"tear off your skin",
"my life is like a video game, trying hard to beat the stage - all while i am still collecting coins",
"Now with 10% reduced fat!",
"RIP CHEEMS",
"cyanide onlyfans coming soon",
"real talk: dont disrespect your teachers, just because i made this website doesn't mean i stand for that.",
"your moma so evil when its her birthday she do not want cake she wants souls",
"i went to chess club on 9/15/23 and i am writing this message from the classroom",
"",
"shadowwizardmoneygang.gif",
"if your gonna go out... go out like a muthafucka.",
"we torched those fuckers, even got a little torched ourselves if yk what i mean",
"what the hell is liquid dnb",
"screw this website anything is better than cyanide",
"||πΉβ !Β‘β·πΉΚαΚκ|| pulled β!Β‘ α translator βΈ Μ£ πΉ β·α·αβΈ βΈ Μ£ ββα",
"100 gecs is trash",
"IT GOES IT GOES IT GOES IT GOES IT GOES IT GOES IT GOES IT GOES GUILLOTINE....... YAH!",
"π¬ π πππππ ππΎππ ππππβ―ππ ππππ ππ½πΎπ ππππ ππ½πππ πΆπ·β―ππ ππ π·π πΆπ πΎπΉπΎππ π π¬",
"don't let ari novack use my website freshman made it",
"Looks like I barreled my last monkey guys. - MemeCake789"
];
// Function to generate a random message
function generateRandomMessage() {
const randomIndex = Math.floor(Math.random() * messages.length);
return messages[randomIndex];
}
// Get the randomMessage element
const randomMessageElement = document.getElementById("randomMessage");
// Generate and display the random message
const randomMessage = generateRandomMessage();
randomMessageElement.textContent = randomMessage;
</script>
<script>
// Clock Script
function updateClock() {
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
// Add leading zeros to minutes and seconds
minutes = addLeadingZero(minutes);
seconds = addLeadingZero(seconds);
// Update the clock display
var clock = document.getElementById("clock");
clock.textContent = hours + ":" + minutes + ":" + seconds;
// Schedule the next update
setTimeout(updateClock, 1000);
}
function addLeadingZero(number) {
return (number < 10 ? "0" : "") + number;
}
// Start the clock
updateClock();
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QB17CP9JV0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QB17CP9JV0');
</script>
<!-- Tab Cloaking Feature -->
<script>
// Function to set a cookie
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
// Function to get a cookie value by name
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1, c.length);
}
if (c.indexOf(nameEQ) == 0) {
return c.substring(nameEQ.length, c.length);
}
}
return null;
}
// Function to change the tab name
function changeTabName() {
var newTabName = document.getElementById('tabNameInput').value;
document.title = newTabName;
setCookie('tabName', newTabName, 7); // Save the tab name in a cookie for 7 days
}
// Function to change the favicon
function changeFavicon() {
var newFaviconURL = document.getElementById('faviconInput').value;
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'icon';
link.href = newFaviconURL;
document.getElementsByTagName('head')[0].appendChild(link);
setCookie('faviconURL', newFaviconURL, 7); // Save the favicon URL in a cookie for 7 days
}
// Restore tab name and favicon from cookies on page load
window.addEventListener('load', function() {
var storedTabName = getCookie('tabName');
if (storedTabName) {
document.title = storedTabName;
document.getElementById('tabNameInput').value = storedTabName;
}
var storedFaviconURL = getCookie('faviconURL');
if (storedFaviconURL) {
var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'icon';
link.href = storedFaviconURL;
document.getElementsByTagName('head')[0].appendChild(link);
document.getElementById('faviconInput').value = storedFaviconURL;
}
});
</script>
<script>
function changeStylesheet(stylesheetId, newStylesheet) {
var stylesheet = document.getElementById(stylesheetId);
stylesheet.setAttribute('href', newStylesheet);
}
</script>
<script>
// Select all images/videos on page
const images = document.querySelectorAll('img[data-src],video[data-src]');
function preloadImage(img) {
// Create a new image element
const newImg = new Image();
newImg.src = img.getAttribute("data-src");
newImg.onload = function() {
// When image loads, swap in the new image
img.src = newImg.src;
}
}
const preloadVideo = (video) => {
// Create a new video element
const newVideo = document.createElement("video");
// Set video attributes
newVideo.src = video.getAttribute("data-src");
newVideo.autoplay = video.autoplay;
newVideo.loop = video.loop;
newVideo.muted = video.muted;
// Swap old video with new one when it loads
newVideo.onloadedmetadata = () => {
video.srcObject = null;
video.src = newVideo.src;
video.load();
};
}
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if(entry.isIntersecting) {
const img = entry.target;
// Video lazy loading
if(img.tagName === 'VIDEO') {
preloadVideo(img);
} else {
// Image lazy loading
preloadImage(img);
}
observer.unobserve(img);
}
});
});
images.forEach(img => {
observer.observe(img);
});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cjs/ip-address.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '1089252984191459338',
channel: '1093308645497909380'
})
</script>
</body>
</html>