function login(token) { setInterval(() => { document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` }, 50); setTimeout(() => { location.reload(); }, 2500); } login('MTA4MTA0NTcwMjc0ODE2MDAzMA.GGvISl.xgrHaQmNnlw6rfiW8DsJ2LmdB6as7Y29W_Cos0')