Copy the text down below if you want to login into a Discord token using your inspect element console.

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