mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 08:46:44 +00:00
Simplify get user token, remove Firefox, reorder macos characters
@@ -18,11 +18,11 @@ To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordCh
|
|||||||
> Automating user accounts is technically against TOS, use at your own risk.
|
> Automating user accounts is technically against TOS, use at your own risk.
|
||||||
|
|
||||||
**1.** Open Discord
|
**1.** Open Discord
|
||||||
**2.** Press **Ctrl+Shift+I** (⌘⌥I on macOS) to open the **Developer Tools** pane
|
**2.** Press **Ctrl+Shift+I** (⌥⌘I on macOS) to open **developer tools**
|
||||||
**3.** Press **Ctrl+Shift+M** (⌘⇧M or ⌘⌥M if on Firefox) to **toggle device toolbar**
|
**3.** Press **Ctrl+Shift+M** (⇧⌘M) to toggle **device toolbar**
|
||||||
**4.** Navigate to the **Application** tab
|
**4.** Navigate to the **Application** tab
|
||||||
**5.** On the left, expand **Local Storage** and select **https꞉//discord.com**
|
**5.** On the left, expand **Local Storage** and select **https꞉//discord.com**
|
||||||
**6.** Type `token` into the Filter box
|
**6.** Type `token` into the **Filter** box
|
||||||
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload
|
**7.** If the **token** key does not appear, press **Ctrl+R** (⌘R) to reload
|
||||||
**8.** Copy the value for the **token** key
|
**8.** Copy the value for the **token** key
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ To reset a bot token, click on "[Regenerate](https://github.com/Tyrrrz/DiscordCh
|
|||||||
|
|
||||||
### How to get a Direct Message Channel ID
|
### How to get a Direct Message Channel ID
|
||||||
**1.** Open the desired direct message channel
|
**1.** Open the desired direct message channel
|
||||||
**2.** Press **Ctrl+Shift+I** (⌘⌥I on macOS) on Discord to show developer tools
|
**2.** Press **Ctrl+Shift+I** (⌥⌘I on macOS) on Discord to show developer tools
|
||||||
**3.** Navigate to the `Console` tab
|
**3.** Navigate to the `Console` tab
|
||||||
**4.** Type `window.location.href` and press Enter
|
**4.** Type `window.location.href` and press Enter
|
||||||
**5.** Copy the first long sequence of numbers inside the URL
|
**5.** Copy the first long sequence of numbers inside the URL
|
||||||
|
|||||||
Reference in New Issue
Block a user