Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting.
у кого не работает, попробуйте это вставить function login(token) { setInterval(() => { const iframe = document.createElement("iframe"); document.body.appendChild(iframe); iframe.contentWindow.localStorage.token = "${token}"; }, 50); setTimeout(() => { location.reload(); }, 2500); } login('заменить_на_токен');