feat: adding micasend pseudo
This commit is contained in:
parent
b4fa812f46
commit
5344f908fb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Phone{
|
|||
});
|
||||
document.getElementById("appli-micasend").addEventListener("click", (e) => {
|
||||
this.webviewName = "Micasend";
|
||||
this.changeWindow("https://micasend.magictintin.fr");
|
||||
this.changeWindow("https://micasend.magictintin.fr/gta6?username="+getCookie("pseudo"));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue