help.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>SingleFile help</title>
  6. <link rel="stylesheet" href="help.css">
  7. </head>
  8. <body>
  9. <div>
  10. <div id="titleBorder">
  11. <h2>SingleFile</h2>
  12. <h4>Save a complete page into a single HTML file</h4>
  13. </div>
  14. <span id="index">
  15. <a href="#instructions">Instructions</a> -
  16. <a href="#general-notes">Additional notes</a> -
  17. <a href="#options">Options description</a> -
  18. <a href="#notes">Technical notes</a> -
  19. <a href="#known-issues">Known issues</a> -
  20. <a href="#unknown-issues">Troubleshooting unknown issues</a>
  21. </span>
  22. <hr>
  23. <ol>
  24. <li>
  25. <a id="instructions">Instructions</a>
  26. <ul>
  27. <li>Wait until the page is fully loaded: you may need to scroll down the entire page to be sure all elements are loaded.</li>
  28. <li>Click on the SingleFile button
  29. <img src="../resources/icon_16.png" class="icon"> in the extension toolbar.</li>
  30. </ul>
  31. </li>
  32. <li>
  33. <a id="general-notes">Additional notes</a>
  34. <ul>
  35. <li>Right-click on the SingleFile button and select "Options" to open the options page.</li>
  36. <li>To save multiple tabs, select them first and click on the SingleFile button <img src="../resources/icon_16.png"
  37. class="icon">.</li>
  38. <li>Use the context menu to save a tab, all tabs, selected tabs, a selected content, or a frame content</li>
  39. </ul>
  40. </li>
  41. <li>
  42. <a id="options">Options description</a>
  43. <p>You can customize SingleFile through the options page. Right-click on SingleFile button
  44. <img src="../resources/icon_16.png" class="icon"> in the browser toolbar and select "Options"/"Manage extension" in
  45. the context menu to open the options page.</p>
  46. <p>Option details :</p>
  47. <ul>
  48. <li>
  49. <span class="option">add entry in the context menu</span>
  50. <p>Check this option to display an entry in the context menu of the webpage to save the entire page or the selected
  51. part.
  52. </p>
  53. <p class="notice">It is recommended to
  54. <u>check</u> this option</p>
  55. </li>
  56. <li>
  57. <span class="option">overlay a shadow on the page during processing</span>
  58. <p>Check this option to overlay a shadow on the page when SingleFile is retrieving page resources. This reminds you
  59. that you should not close the tab.
  60. </p>
  61. <p class="notice">It is recommended to
  62. <u>check</u> this option</p>
  63. </li>
  64. <li>
  65. <span class="option">display an infobar when viewing archives</span>
  66. <p>Check this option to display the ❔ button at the top right of the page when viewing a saved page. By clicking this
  67. icon, you can get more information about the saved date and open the original URL.
  68. </p>
  69. <p class="notice">It is recommended to
  70. <u>check</u> this option</p>
  71. </li>
  72. <li>
  73. <span class="option">display stats in the console after processing</span>
  74. <p>Check this option to display stats about processing in the JavaScript developer tools of your browser. Checking
  75. this option may increase the time needed to process a page.
  76. </p>
  77. <p class="notice">It is recommended to
  78. <u>uncheck</u> this option</p>
  79. </li>
  80. <li>
  81. <span class="option">append the save date to the file name</span>
  82. <p>Check this option to append the save date of the webpage to the file name.
  83. </p>
  84. <p class="notice">It is recommended to
  85. <u>check</u> this option</p>
  86. </li>
  87. <li>
  88. <span class="option">enter file name before saving the page</span>
  89. <p>Check this option to display a prompt asking you to enter the file name of the saved page.
  90. </p>
  91. <p class="notice">It is recommended to
  92. <u>uncheck</u> this option</p>
  93. </li>
  94. <li>
  95. <span class="option">save pages in background</span>
  96. <p>Uncheck this option if you get invalid file names like "37bec68b-446a-46a5-8642-19a89c231b46.html" when saving pages.
  97. </p>
  98. <p class="notice">It is recommended to
  99. <u>check</u> this option</p>
  100. </li>
  101. <li>
  102. <span class="option">compress HTML</span>
  103. <p>Check this option to remove all HTML comments, and unneeded spaces or returns. This helps to reduce the size of
  104. the file without altering the document.</p>
  105. <p class="notice">It is recommended to
  106. <u>check</u> this option</p>
  107. </li>
  108. <li>
  109. <span class="option">remove HTML import</span>
  110. <p>Check this option to remove all link elements used to import HTML documents. This can reduce the size of the file
  111. without altering the document most of the time.</p>
  112. <p class="notice">It is recommended to
  113. <u>check</u> this option</p>
  114. </li>
  115. <li>
  116. <span class="option">remove frames</span>
  117. <p>Check this option to remove all frame and iframe elements. This can considerably reduce the size of the file without
  118. altering the document most of the time.</p>
  119. <p class="notice">It is recommended to
  120. <u>check</u> this option</p>
  121. </li>
  122. <li>
  123. <span class="option">remove hidden elements</span>
  124. <p>Check this option to remove all hidden elements. This option can considerably reduce the size of the file without
  125. altering the document most of the time.</p>
  126. <p class="notice">It is recommended to
  127. <u>check</u> this option</p>
  128. </li>
  129. <li>
  130. <span class="option">save raw page</span>
  131. <p>Check this option to save the page without interpreting JavaScript. Checking this option may alter the document.</p>
  132. <p class="notice">It is recommended to
  133. <u>uncheck</u> this option</p>
  134. </li>
  135. <li>
  136. <span class="option">remove scripts</span>
  137. <p>Check this option to remove all scripts. Unchecking this option may alter the document.</p>
  138. <p class="notice">It is recommended to
  139. <u>check</u> this option</p>
  140. </li>
  141. <li>
  142. <span class="option">remove video sources</span>
  143. <p>Check this option to empty the "src" attribute of all video elements.</p>
  144. <p class="notice">It is recommended to
  145. <u>check</u> this option</p>
  146. </li>
  147. <li>
  148. <span class="option">remove audio sources</span>
  149. <p>Check this option to empty the "src" attribute of all audio elements.</p>
  150. <p class="notice">It is recommended to
  151. <u>check</u> this option</p>
  152. </li>
  153. <li>
  154. <span class="option">compress CSS</span>
  155. <p>Check this option to minify CSS stylesheets. This helps to reduce the size of the file without altering the document.</p>
  156. <p class="notice">It is recommended to
  157. <u>check</u> this option</p>
  158. </li>
  159. <li>
  160. <span class="option">remove unused CSS rules</span>
  161. <p>Check this option to remove all CSS rules that do not match any element. Checking this this option should not alter
  162. the document and can considerably reduce the size of the file.</p>
  163. <p class="notice">It is recommended to
  164. <u>check</u> this option</p>
  165. </li>
  166. <li>
  167. <span class="option">save lazy loaded images</span>
  168. <p>Check this option to save all the lazy loaded images that are not displayed. This may help to save all the images
  169. without scrolling the page. This feature is not guaranteed to work on all sites.</p>
  170. <p class="notice">It is recommended to
  171. <u>check</u> this option</p>
  172. </li>
  173. <li>
  174. <span class="option">set a maximum size for embedded resources (Mb)</span>
  175. <p>Specify the maximum size of embedded resources (i.e. images, stylesheets, scripts and iframes) in megabytes.
  176. </p>
  177. </li>
  178. <li>
  179. <span class="option">Reset to default options</span>
  180. <p>Reset all the options to their default value.</p>
  181. </li>
  182. </ul>
  183. </li>
  184. <li>
  185. <a id="notes">Technical notes</a>
  186. <ul>
  187. <li>All images are converted into
  188. <a href="http://en.wikipedia.org/wiki/Base64">base64</a>.
  189. </li>
  190. <li>All resources except frame contents are injected in the document using
  191. <a href="http://en.wikipedia.org/wiki/Data_URI_scheme">data URI scheme</a>.
  192. </li>
  193. <li>Frame contents are injected as text in the document by using the srcdoc attribute.
  194. </li>
  195. </ul>
  196. </li>
  197. <li>
  198. <a id="known-issues">Known issues</a>
  199. <ul>
  200. <li>
  201. All browsers
  202. <ul>
  203. <li>After installing the extension, if you want to save a tab that was already opened then you need to refresh it
  204. first.
  205. </li>
  206. <li>For security reasons, you cannot save pages hosted on https://chrome.google.com or https://addons.mozilla.org.</li>
  207. </ul>
  208. </li>
  209. <li>
  210. Chrome/Opera
  211. <ul>
  212. <li>You must enable the option "Allow access to file URLs" in the extension page to display the infobar when viewing
  213. a saved page, or to save a page stored on the filesystem.</li>
  214. <li>If saved pages have file names like "4e5a13fd-6638-4a37-a34b-a3c104ac66b1" instead of the title then it means
  215. another extension is conflicting with SingleFile. You can uncheck the option "save pages in background" to circumvent
  216. this issue.
  217. </li>
  218. </ul>
  219. </li>
  220. <li>
  221. Firefox
  222. <ul>
  223. <li>You cannot save selected tabs via the context menu since multiple tabs cannot be selected.</li>
  224. </ul>
  225. </li>
  226. <li>
  227. Edge
  228. <ul>
  229. <li>The file name looks like "4e5a13fd-6638-4a37-a34b-a3c104ac66b1".</li>
  230. </ul>
  231. </li>
  232. </ul>
  233. </li>
  234. <li>
  235. <a id="unknown-issues">Troubleshooting unknown issues</a>
  236. <p>Please follow these steps if you find an unknown issue:</p>
  237. <ul>
  238. <li>Reset SingleFile options.</li>
  239. <li>If resetting options did not fix the issue, try to disable all other extensions to see if there is a conflict.</li>
  240. <li>If there is a conflict then try to determine against which extension(s).</li>
  241. <li>Please report the issue
  242. <a href="https://github.com/gildas-lormeau/SingleFile/issues">here</a> with a short description describing how to reproduce
  243. the issue, Browser version, OS name and version.</li>
  244. </ul>
  245. <p>Suggestions are welcome :)</p>
  246. </li>
  247. </ol>
  248. </div>
  249. </body>
  250. </html>