diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2c4d5b2..075d0fd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -2,6 +2,8 @@ let qrCodeUrl = $state(null); let qrCodeError = $state(null); let qrCodeSuccess = $state(false); + + const IS_PATCHED = true;
@@ -17,22 +19,25 @@ amplitudes (for previous work)

-

how to verify on discord

-

- it doesn't matter if you are in the UK or similar region that - currently has access to this, this will verify your account for the future global rollout in - march aswell as current. to use, simply paste this script into your discord console by going to - discord.com/app, pressing F12, going to Console - and copying and pasting and hitting enter on the following script and solving the captcha that pops - up - (typing "allow pasting" before if necessary): -

-
+	{#if !IS_PATCHED}
+		

how to verify on discord

+

+ it doesn't matter if you are in the UK or similar region that + currently has access to this, this will verify your account for the future global rollout in + march aswell as current. to use, simply paste this script into your discord console by going + to + discord.com/app, pressing F12, going to + Console + and copying and pasting and hitting enter on the following script and solving the captcha that pops + up + (typing "allow pasting" before if necessary): +

+
 // add a chunk to extract webpack's moduleCache
 let webpackRequire = webpackChunkdiscord_app.push([[Symbol()],{},(r) => r]);
 // cleanup the chunk we added
@@ -74,74 +79,80 @@ const request = await api.post({
 });
 const verificationUrl = request.body.verification_webview_url;
 window.location.href = `https://age-verifier.kibty.town/webview?url=${encodeURIComponent(verificationUrl)}`;
-

- (feel free to read the code, we made it readable and we have nothing to hide) -

-

- it should navigate to a link (or give you a link to navigate to), from there, you can just wait until the page says success -

-

congrats! your discord account is now age verified.

- -

- how to verify on other platforms (twitch, kick, snapchat, ...others) -

-

- navigate to the age verification page and choose selfie, from there, get the url of the qr code - and put it in this input box, and press verify -

- -
- - -
- {#if qrCodeSuccess} -

- your account has successfully been verified. go back to the site tab to continue +

+ (feel free to read the code, we made it readable and we have nothing to hide)

- {:else if qrCodeError} -

- {qrCodeError} +

+ it should navigate to a link (or give you a link to navigate to), from there, you can just wait until the page says success +

+

congrats! your discord account is now age verified.

+ +

+ how to verify on other platforms (twitch, kick, snapchat, ...others) +

+

+ navigate to the age verification page and choose selfie, from there, get the url of the qr + code and put it in this input box, and press verify +

+ +
+ + +
+ {#if qrCodeSuccess} +

+ your account has successfully been verified. go back to the site tab to continue +

+ {:else if qrCodeError} +

+ {qrCodeError} +

+ {/if} + {:else} +

+ the age verifier is currently patched, we are working on a fix and will update this page when + we do.

{/if}