feat: adding micasend pseudo

This commit is contained in:
Baptiste 2024-12-17 18:12:45 +01:00
parent b4fa812f46
commit 5344f908fb

View file

@ -45,7 +45,7 @@ class Phone{
}); });
document.getElementById("appli-micasend").addEventListener("click", (e) => { document.getElementById("appli-micasend").addEventListener("click", (e) => {
this.webviewName = "Micasend"; this.webviewName = "Micasend";
this.changeWindow("https://micasend.magictintin.fr"); this.changeWindow("https://micasend.magictintin.fr/gta6?username="+getCookie("pseudo"));
}); });
} }