add an example for firefox token getting

Henry
2022-03-24 23:06:05 +08:00
parent 1727276b07
commit 123966ef52

@@ -27,6 +27,18 @@ To reset a bot token, click on "[Regenerate](#how-to-get-a-bot-token)".
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload
**8.** Copy the **value** of the token key
##### Example, Windows 11, x64, Firefox 98.0.2 (64-bit)
1. Visit https://discord.com/login and login
2. Press **F12**(or Ctrl+Shift+I) to open **Web Developer Tools**, which is in **Application Menu\More Tools** with the mouse
3. Press **Ctrl+Shift+M** to toggle **Responsive Design Mode** , which is a button at upper right of **Web Developer Tools** with the mouse
(3.1. It is like on mobile. It may be useful to change the selection of **Device Settings** at left of top bar such as iPhone)
4. Navigate to the **Storage** tab
5. On the left, expand **Local Storage** and select **https//discord.com**
6. Type `token` into the **Filter** box
7. If the **token** key does not appear, press **Ctrl+R** to reload, or check step 3/3.1
8. Copy the **value** of the token key, looked like "xODk3NTk4NpeB7jMwMTYzMTU.43QYjx.4k4h_H-i8feb_rY5OTk07bYv9xI" while the "" does not matter
> Still can't copy your token? [Try these instructions instead](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Troubleshooting#i-cant-findcopy-my-token).
#### Through the desktop app