Skip to content

Commit 52e2272

Browse files
committed
Remove a ton of Papa's games
1 parent d682c4e commit 52e2272

File tree

2 files changed

+6
-114
lines changed

2 files changed

+6
-114
lines changed

assets/js/geoblocker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ const validCodes = ["Yqcne2", "Omv46U", "L3v2I0", "fxFl6s", "ZlO3Gy", "t760kv",
22

33
if (window.location.pathname.endsWith("blocked.html") && localStorage.getItem("accessGranted") !== "true") {
44
showAuthDiv();
5-
} else if (window.location.pathname.endsWith("blocked") && localStorage.getItem("accessGranted") === "true") {
5+
} else if (window.location.pathname.endsWith("blocked.html") && localStorage.getItem("accessGranted") === "true") {
66
window.location.href = "/";
7-
} else if (!window.location.pathname.endsWith("blocked") && localStorage.getItem("accessGranted") !== "true") {
8-
window.location.href = "blocked";
7+
} else if (!window.location.pathname.endsWith("blocked.html") && localStorage.getItem("accessGranted") !== "true") {
8+
window.location.href = "blocked.html";
99
}
1010

1111
function showAuthDiv() {

g.html

Lines changed: 3 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1 class="title" style="margin-bottom: 15px">Games</h1>
131131
</div>
132132

133133
<div class="game-card" id="Minecraft"s>
134-
<a href="/downloads/eaglercraftx">
134+
<a href="/downloads/eaglercraftx.html">
135135
<img src="img/mc.png" style="width: 150px;" alt="Minecraft">
136136
</a>
137137
<div class="game-title-overlay">
@@ -473,7 +473,7 @@ <h1 class="title" style="margin-bottom: 15px">Games</h1>
473473
</div>
474474

475475
<div class="game-card" id="">
476-
<a href="/games/alienshooter">
476+
<a href="/games/html/alienshooter.html">
477477
<img src="img/alienshooter.png" style="width: 150px;">
478478
</a>
479479
<div class="game-title-overlay">
@@ -527,122 +527,14 @@ <h1 class="title" style="margin-bottom: 15px">Games</h1>
527527
</div>
528528

529529
<div class="game-card" id="">
530-
<a href="/games/html/papaburger">
531-
<img src="img/papaburger.png" style="width: 150px;">
532-
</a>
533-
<div class="game-title-overlay">
534-
<span>Papa's Burgeria</span>
535-
</div>
536-
</div>
537-
538-
<div class="game-card" id="">
539-
<a href="/games/html/papaCheese">
540-
<img src="img/papacheese.png" style="width: 150px;">
541-
</a>
542-
<div class="game-title-overlay">
543-
<span>Papa's Cheeseria</span>
544-
</div>
545-
</div>
546-
547-
<div class="game-card" id="">
548-
<a href="/games/html/papaCupcake">
549-
<img src="img/papacupcake.png" style="width: 150px;">
550-
</a>
551-
<div class="game-title-overlay">
552-
<span>Papa's Cupcakeria</span>
553-
</div>
554-
</div>
555-
556-
<div class="game-card" id="">
557-
<a href="/games/html/papaDonut">
558-
<img src="img/papadonut.png" style="width: 150px;">
559-
</a>
560-
<div class="game-title-overlay">
561-
<span>Papa's Donut Shop</span>
562-
</div>
563-
</div>
564-
565-
<div class="game-card" id="">
566-
<a href="/games/html/papafreezer">
567-
<img src="img/papafreeze.png" style="width: 150px;">
568-
</a>
569-
<div class="game-title-overlay">
570-
<span>Papa's Freezeria</span>
571-
</div>
572-
</div>
573-
574-
<div class="game-card" id="">
575-
<a href="/games/html/papaHotDog">
576-
<img src="img/papahotdog.png" style="width: 150px;">
577-
</a>
578-
<div class="game-title-overlay">
579-
<span>Papa's Hot Doggeria</span>
580-
</div>
581-
</div>
582-
583-
<div class="game-card" id="">
584-
<a href="/games/html/papapancake">
585-
<img src="img/papapancake.png" style="width: 150px;">
586-
</a>
587-
<div class="game-title-overlay">
588-
<span>Papa's Pancakeria</span>
589-
</div>
590-
</div>
591-
592-
<div class="game-card" id="">
593-
<a href="/games/html/papaPastaria">
594-
<img src="img/papapasta.png" style="width: 150px;">
595-
</a>
596-
<div class="game-title-overlay">
597-
<span>Papa's Pastaria</span>
598-
</div>
599-
</div>
600-
601-
<div class="game-card" id="">
602-
<a href="/games/html/papapizzeria">
603-
<img src="img/papapizza.png" style="width: 150px;">
604-
</a>
605-
<div class="game-title-overlay">
606-
<span>Papa's Pizzeria</span>
607-
</div>
608-
</div>
609-
610-
<div class="game-card" id="">
611-
<a href="/games/html/papaScooperia">
612-
<img src="img/papascoop.png" style="width: 150px;">
613-
</a>
614-
<div class="game-title-overlay">
615-
<span>Papa's Scooperia</span>
616-
</div>
617-
</div>
618-
619-
<div class="game-card" id="">
620-
<a href="/games/html/papaSushiria">
621-
<img src="img/papasushi.png" style="width: 150px;">
622-
</a>
623-
<div class="game-title-overlay">
624-
<span>Papa's Sushiria</span>
625-
</div>
626-
</div>
627-
628-
<div class="game-card" id="">
629-
<a href="/games/html/papaTacoMia">
530+
<a href="/games/html/papaTacoMia.html">
630531
<img src="img/papataco.png" style="width: 150px;">
631532
</a>
632533
<div class="game-title-overlay">
633534
<span>Papa's Tacomia</span>
634535
</div>
635536
</div>
636537

637-
<div class="game-card" id="">
638-
<a href="/games/html/papaWingeria">
639-
<img src="img/papawing.png" style="width: 150px;">
640-
</a>
641-
<div class="game-title-overlay">
642-
<span>Papa's Wingeria</span>
643-
</div>
644-
</div>
645-
646538
</div>
647539

648540
<br><br>

0 commit comments

Comments
 (0)