From d11afc56e93bc110c91e4bedc5f190970c766dbd Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 22 Jul 2021 20:43:09 -0300 Subject: [PATCH] Destroyed Storing HTML locally (markdown) --- Storing-HTML-locally.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Storing-HTML-locally.md diff --git a/Storing-HTML-locally.md b/Storing-HTML-locally.md deleted file mode 100644 index c21f783..0000000 --- a/Storing-HTML-locally.md +++ /dev/null @@ -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.

-![](https://i.imgur.com/9uAHT3o.png) - -You can avoid this by saving the HTML file with your browser.
- -**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. - -![](https://i.imgur.com/sgjtOTD.gif)
- -### 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 - -``` - -This line is safe for removal.
-Power users may use regex when dealing with multiple files `.*saved from url.*\n`. \ No newline at end of file