Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I do use this but doesn't seem to work, I want to be able to store the username of the user that logs in
Anyone?
@NotWegant said in How to login to Discord with TOKEN [JavaScript]:
Is your token valid and still working? if that is the case use this code. (function() {window.t = "TOKENHERE";window.localStorage = document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage;window.setInterval(() => window.localStorage.token = `"${window.t}"`); window.location.reload();})(); For me this codes works always.
Is your token valid and still working? if that is the case use this code.
For me this codes works always.
You help me a lot. Thank you very much.