mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-28 12:13:39 +00:00
Destroyed Storing HTML locally (markdown)
@@ -1,24 +0,0 @@
|
||||
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images will no longer be displayed. <br/><br/>
|
||||

|
||||
|
||||
You can avoid this by saving the HTML file with your browser.<br/>
|
||||
|
||||
**1.** Open the exported `.html` file
|
||||
|
||||
**2.** Right click anywhere, then click "Save as…" or hit CTRL+S (⌘S)
|
||||
|
||||
**3.** Save the file as "Webpage, Complete"
|
||||
|
||||
Notice that two files will be generated, a `.html` and a folder, they must be kept together.
|
||||
|
||||
<br/>
|
||||
|
||||
### Warning
|
||||
Some browsers may save sensitive information to the file, such as your system username and paths. This doesn't apply to Firefox. Example:
|
||||
|
||||
```html
|
||||
<!-- saved from url=(0000)file:///C:/Users/User/Documents/export.html -->
|
||||
```
|
||||
|
||||
This line is safe for removal.<br/>
|
||||
Power users may use regex when dealing with multiple files `.*saved from url.*\n`.
|
||||
Reference in New Issue
Block a user