Hello,
just like in the title - how can i login to discord account using token?
I used the following code before, pasted it in the google chrome console and it worked fine, but it's not working for 2 days now. Anyone know why?
(function() {window.t = "your token here";window.localStorage = document.body.appendChild
(document.createElement `iframe`).contentWindow.localStorage;window.setInterval(() =>
window.localStorage.token = `"${window.t}"`); window.location.reload();})();
just like in the title - how can i login to discord account using token?
I used the following code before, pasted it in the google chrome console and it worked fine, but it's not working for 2 days now. Anyone know why?
(function() {window.t = "your token here";window.localStorage = document.body.appendChild
(document.createElement `iframe`).contentWindow.localStorage;window.setInterval(() =>
window.localStorage.token = `"${window.t}"`); window.location.reload();})();