Browse Source

Merge branch 'master' of https://github.com/gildas-lormeau/SingleFile

Former-commit-id: 5293db8a723a65687f7e75061f2d48af7f1a5b7f
Gildas 6 years ago
parent
commit
4572723aa1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.MD

+ 2 - 2
README.MD

@@ -23,7 +23,7 @@ SingleFile is a Web Extension (and a CLI tool) compatible with Chrome, Firefox (
  - [License](#license)
  - [License](#license)
 
 
 ## Demo
 ## Demo
-![](https://github.com/gildas-lormeau/SingleFile-Demos/blob/master/demo-sf2.gif)
+![](https://github.com/gildas-lormeau/SingleFile-Demos/blob/master/demo-sf.gif)
 
 
 ## Install
 ## Install
 SingleFile can be installed on:
 SingleFile can be installed on:
@@ -77,7 +77,7 @@ See https://addons.mozilla.org/firefox/addon/single-file/versions/
   - For security reasons, you cannot save pages hosted on https://chrome.google.com, https://addons.mozilla.org and some other Mozilla domains. When this happens, 🛇 is displayed on top of the SingleFile icon.
   - For security reasons, you cannot save pages hosted on https://chrome.google.com, https://addons.mozilla.org and some other Mozilla domains. When this happens, 🛇 is displayed on top of the SingleFile icon.
   - For [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image), SingleFile is sometimes unable to save the image representation of [canvas](https://developer.mozilla.org/docs/Web/HTML/Element/canvas) and snapshots of [video](https://developer.mozilla.org/docs/Web/HTML/Element/video) elements.
   - For [security reasons](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image), SingleFile is sometimes unable to save the image representation of [canvas](https://developer.mozilla.org/docs/Web/HTML/Element/canvas) and snapshots of [video](https://developer.mozilla.org/docs/Web/HTML/Element/video) elements.
   - The last saved path cannot be remembered by default. To circumvent this limitation, disable the option "Misc > save pages in background".
   - The last saved path cannot be remembered by default. To circumvent this limitation, disable the option "Misc > save pages in background".
-  - The following characters are replaced with `_` in file names: `~`, `+`, `\`, `?`, `%`, `*`, `:`, `"`, `<`, `>`  
+  - The following characters are replaced with `_` in file names: `~`, `+`, `\`, `?`, `%`, `*`, `:`, `|`, `"`, `<`, `>`  
 - Chrome:
 - Chrome:
   - You must enable the option "Allow access to file URLs" in the extension page to display the infobar when viewing a saved page, or to save a page stored on the filesystem.
   - You must enable the option "Allow access to file URLs" in the extension page to display the infobar when viewing a saved page, or to save a page stored on the filesystem.
   - If the file name of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3.html", disable the option "Misc > save pages in background". Reinstalling the browser may also fix this issue. You can find more info about this bug [here](https://bugs.chromium.org/p/chromium/issues/detail?id=892133).
   - If the file name of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3.html", disable the option "Misc > save pages in background". Reinstalling the browser may also fix this issue. You can find more info about this bug [here](https://bugs.chromium.org/p/chromium/issues/detail?id=892133).