From 1a1cd96b042e5d208f7c23fb20dce67b87073a64 Mon Sep 17 00:00:00 2001 From: arzumify Date: Mon, 24 Mar 2025 20:12:01 +0000 Subject: [PATCH] RIP EU --- templates/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1299311..fc1a820 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ -

Shounic's un-styled ultra-ugly gambling site

+

ShoGambler

Loading...

Click the button to claim unclaimed points

@@ -55,12 +55,13 @@ } // Warn EU users that this website is not GDPR-compliant (in the EU) - if (isUserInEU()) { - if (!confirm("This website is not GDPR compliant in the EU (it is in the UK). It is compliant with every clause except the location one. If you use this service from within the EU, you are doing so at your own risk. Do you want to continue?")) { - // Redirect the user to the EU website (haha) - window.location.href = "https://europa.eu/" - } - } + // I don't think we actually need to do this + // if (isUserInEU()) { + // if (!confirm("This website is not GDPR compliant in the EU (it is in the UK). It is compliant with every clause except the location one. If you use this service from within the EU, you are doing so at your own risk. Do you want to continue?")) { + // // Redirect the user to the EU website (haha) + // window.location.href = "https://europa.eu/" + // } + // } await fetch("/api/loggedIn", { method: "GET",