Skip to content

Commit

Permalink
Im so sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatAnnoyingKid committed Jul 12, 2024
1 parent ebeeb88 commit 8abf70d
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</style>
</head>
<body>
<button id = 'button' type="button">BUTTON</button>
<script>
window.addEventListener('load', function() {
setInterval(function() {
Expand Down Expand Up @@ -54,6 +55,111 @@
setTimeout(rain, 1000/60);
}, 100);
});
var bruh = [
'https://sliding.toys/mystic-square/8-puzzle/daily/',
'https://longdogechallenge.com/',
'https://maze.toys/mazes/mini/daily/',
'https://optical.toys',
'https://paint.toys/',
'https://puginarug.com',
'https://alwaysjudgeabookbyitscover.com',
'https://clicking.toys/flip-grid/neat-nine/3-holes/',
'https://weirdorconfusing.com/',
'https://checkbox.toys/scale/',
'https://memory.toys/classic/easy/',
'https://binarypiano.com/',
'https://mondrianandme.com/',
'https://onesquareminesweeper.com/',
'https://cursoreffects.com',
'http://floatingqrcode.com/',
'https://thatsthefinger.com/',
'https://cant-not-tweet-this.com/',
'http://heeeeeeeey.com/',
'http://corndog.io/',
'http://eelslap.com/',
'http://www.staggeringbeauty.com/',
'http://burymewithmymoney.com/',
'https://smashthewalls.com/',
'https://jacksonpollock.org/',
'http://endless.horse/',
'http://drawing.garden/',
'https://www.trypap.com/',
'http://www.republiquedesmangues.fr/',
'http://www.movenowthinklater.com/',
'https://sliding.toys/klotski/easy-street/',
'https://paint.toys/calligram/',
'https://checkboxrace.com/',
'http://www.rrrgggbbb.com/',
'http://www.koalastothemax.com/',
'https://rotatingsandwiches.com/',
'http://www.everydayim.com/',
'http://randomcolour.com/',
'http://maninthedark.com/',
'http://cat-bounce.com/',
'http://chrismckenzie.com/',
'https://thezen.zone/',
'http://ninjaflex.com/',
'http://ihasabucket.com/',
'http://corndogoncorndog.com/',
'http://www.hackertyper.com/',
'https://pointerpointer.com',
'http://imaninja.com/',
'http://www.partridgegetslucky.com/',
'http://www.ismycomputeron.com/',
'http://www.nullingthevoid.com/',
'http://www.muchbetterthanthis.com/',
'http://www.yesnoif.com/',
'http://lacquerlacquer.com',
'http://potatoortomato.com/',
'http://iamawesome.com/',
'https://strobe.cool/',
'http://thisisnotajumpscare.com/',
'http://doughnutkitten.com/',
'http://crouton.net/',
'http://corgiorgy.com/',
'http://www.wutdafuk.com/',
'http://unicodesnowmanforyou.com/',
'http://chillestmonkey.com/',
'http://scroll-o-meter.club/',
'http://www.crossdivisions.com/',
'http://tencents.info/',
'https://boringboringboring.com/',
'http://www.patience-is-a-virtue.org/',
'http://pixelsfighting.com/',
'http://isitwhite.com/',
'https://existentialcrisis.com/',
'http://onemillionlols.com/',
'http://www.omfgdogs.com/',
'http://oct82.com/',
'http://chihuahuaspin.com/',
'http://www.blankwindows.com/',
'http://tunnelsnakes.com/',
'http://www.trashloop.com/',
'http://spaceis.cool/',
'http://www.doublepressure.com/',
'http://www.donothingfor2minutes.com/',
'http://buildshruggie.com/',
'http://yeahlemons.com/',
'http://wowenwilsonquiz.com',
'http://notdayoftheweek.com/',
'http://www.amialright.com/',
'https://optical.toys/thatcher-effect/',
'https://greatbignothing.com/',
'https://zoomquilt.org/',
'https://dadlaughbutton.com/',
'https://remoji.com/',
'http://papertoilet.com/',
'https://loopedforinfinity.com/',
'https://end.city/',
'https://www.bouncingdvdlogo.com/',
'https://clicking.toys/peg-solitaire/english/',
'https://toms.toys',
]
async function handleClick() {
var why = Math.floor(Math.random() * bruh.length);
location.replace(bruh[why]);
}
document.getElementById('button').addEventListener('click', handleClick);
</script>
</body>
</html>

0 comments on commit 8abf70d

Please sign in to comment.