mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-20 08:17:12 +00:00
Formatting
@@ -1,4 +1,4 @@
|
||||
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images won't show up anymore. <br/><br/>
|
||||
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images will no longer show up. <br/><br/>
|
||||

|
||||
|
||||
You can avoid this by saving the HTML using your browser.<br/>
|
||||
@@ -13,13 +13,12 @@ Please notice that two files will be generated, a `.html` and a folder, they mus
|
||||
|
||||
<br/>
|
||||
|
||||
### **WARNING**
|
||||
If you doing this, some browsers will write information where this page was saved, and this can contain some private information, like your system username and pathname. This does not apply to Mozilla Firefox.
|
||||
### Warning
|
||||
Some browsers may save sensitive information to the file, such as your system username and paths. This doesn't apply to Firefox. Example:
|
||||
|
||||
Example:
|
||||
```
|
||||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0311)file:///C:/Users/username/Desktop/Page.html -->
|
||||
```html
|
||||
<!-- saved from url=(0000)file:///C:/Users/User/Documents/export.html -->
|
||||
```
|
||||
|
||||
If you don't want this, remove using notepad second line of the generated file. Also, you can use regex for Notepad++ to remove from all files: `.*saved from url.*\n`
|
||||
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