1,导入token最简单的方法就是谷歌插件导入,这里就不多说了,直接附上链接,
或者可以自己去谷歌扩展插件商店搜索
2,在开发者工具页面手动导入,这种方法会麻烦点。
打开discord登录页面
使用快捷键Ctrl+Shift+I,打开开发者页面,选择Console。
点击左上角这个地方清空消息,再点击空白处
输入代码,
(function() {window.t = "token";window.localStorage = document.body.appendChild(document.createElement iframe
).contentWindow.localStorage;window.setInterval(() => window.localStorage.token = "${window.t}"
); window.location.reload();})();
记得把自己的token代入代码中,然后按enter回车,就可以登录账号了
首先第一步,我们在discord页面,使用快捷键Ctrl+Shift+I,打开开发者页面。或者可以在浏览器设置里面打开。
打开开发者工具
在列表中选择Application
选择Local Storage,再选择https://discord.com
然后在点击左上角这边
然后点击其他地方,再次点击https://discord.com
在右边列表找到tokens,就可以看到你的新token了,复制保管好