help.html 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  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. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <meta name="color-scheme" content="light dark">
  9. </head>
  10. <body>
  11. <div>
  12. <div id="titleBorder">
  13. <h2>SingleFile</h2>
  14. <h4>Save a complete page into a single HTML file</h4>
  15. </div> <span id="index"> <a href="#getting-started">Getting started</a> - <a href="#general-notes">Additional
  16. notes</a> - <a href="#options">Options description</a> - <a href="#annotation-editor">Annotation
  17. editor</a> - <a href="#notes">Technical notes</a> - <a href="#template-variables">Template variables</a>
  18. - <a href="#known-issues">Known issues</a> - <a href="#unknown-issues">Troubleshooting unknown issues</a> -
  19. <a href="#contributors">Contributors</a> </span>
  20. <hr>
  21. <ol>
  22. <li><a id="getting-started">Getting started</a>
  23. <ul>
  24. <li>Wait until the page is fully loaded.</li>
  25. <li>Click on the SingleFile button <img src="../resources/icon_16.png" class="icon"> in the
  26. extension toolbar to process and save the page.</li>
  27. <li>You can click again on the button to cancel the action when processing a page.</li>
  28. </ul>
  29. </li>
  30. <li><a id="general-notes">Additional notes</a>
  31. <ul>
  32. <li>To save multiple tabs, select them first and click on the SingleFile button <img
  33. src="../resources/icon_16.png" class="icon">.</li>
  34. <li>Open the context menu by right-clicking the SingleFile button <img
  35. src="../resources/icon_16.png" class="icon"> in the extension toolbar or on the webpage. It
  36. allows you to save: <ul>
  37. <li>the current tab,</li>
  38. <li>or the selected content,</li>
  39. <li>or the selected frame.</li>
  40. </ul>
  41. </li>
  42. <li>You can also process multiple tabs in one click and save: <ul>
  43. <li>the selected tabs,</li>
  44. <li>or the unpinned tabs,</li>
  45. <li>or all the tabs.</li>
  46. </ul>
  47. </li>
  48. <li>The context menu also allows you to activate the auto-save of: <ul>
  49. <li>the current tab,</li>
  50. <li>or the unpinned tabs,</li>
  51. <li>or all the tabs.</li>
  52. </ul>
  53. </li>
  54. <li>You can highlight text, add notes, format and remove content before saving the page with the <a
  55. href="#annotation-editor">Annotation editor</a> by selecting "Annotate and save the page..."
  56. in the context menu</li>
  57. <li>With auto-save active, pages are automatically saved every time after being loaded (or before
  58. being unloaded if not). </li>
  59. <li>Select "Save Selection" from the context menu without selecting any content first to display a
  60. selector that will help you choose content by hovering over it with the mouse.</li>
  61. <li>Right-click on the SingleFile button and select "Options" to open the options page.</li>
  62. <li>Enable the option "Destination &gt; upload to Google Drive" to upload pages to Google Drive</li>
  63. <li>You can use the customizable shortcut Ctrl+Shift+Y to save the current tab or the selected tabs.
  64. Go to about:addons and select "Manage extension shortcuts" in the cogwheel menu to change it in
  65. Firefox. Go to chrome://extensions/shortcuts to change it in Chrome..</li>
  66. <li>The default save folder is the download folder configured in your browser, cf. about:preferences
  67. in Firefox and chrome://settings in Chrome.</li>
  68. </ul>
  69. </li>
  70. <li><a id="options">Options description</a>
  71. <p>You can customize SingleFile through the options page. Right-click on SingleFile button <img
  72. src="../resources/icon_16.png" class="icon"> in the browser toolbar and select "Options"/"Manage
  73. extension" in the context menu to open the options page.</p>
  74. <p>Profiles</p>
  75. <ul>
  76. <li>
  77. <p>A profile is a set of user-defined options associated to a unique name.</p>
  78. <p>The drop-down list in the upper right of the options page allows you to select a profile and
  79. modify the associated options. The buttons next to the drop-down list allows you
  80. respectively to create, delete and rename a profile. </p>
  81. </li>
  82. <li>
  83. <p>You can select the default profile through the context menu of SingleFile. The selection is
  84. persistent and applied to all tabs. </p>
  85. </li>
  86. <li>
  87. <p>You can also override the default profile by associating a profile to a complete or partial
  88. URL. See the description of the <a href="#auto-settings-rules">Auto-settings rules</a>
  89. feature for more info. </p>
  90. </li>
  91. </ul>
  92. <p>User interface</p>
  93. <ul>
  94. <li data-options-label="addMenuEntryLabel"> <span class="option">Option: add entry in the context
  95. menu of the webpage</span>
  96. <p>Check this option to display an entry for SingleFile in the context menu of the webpage. The
  97. context menu of the SingleFile button <img src="../resources/icon_16.png" class="icon"> in
  98. the extension toolbar is displayed whether this option is checked or not. </p>
  99. <p class="notice">It is recommended to <u>check</u> this option</p>
  100. </li>
  101. <li data-options-label="shadowEnabledLabel"> <span class="option">Option: overlay a shadow on the
  102. page during processing</span>
  103. <p>Check this option to overlay a shadow on the page when SingleFile is retrieving page
  104. resources. This reminds you that you should not close the tab. </p>
  105. <p class="notice">It is recommended to <u>check</u> this option</p>
  106. </li>
  107. <li data-options-label="displayInfobarLabel"> <span class="option">Option: display an infobar when
  108. viewing a saved page</span>
  109. <p>Check this option to display the ℹ button at the top right of the page when viewing a saved
  110. page. By clicking this button, you can get more information about the saved date and open
  111. the original URL.</p>
  112. <p class="notice">It is recommended to <u>check</u> this option</p>
  113. </li>
  114. <li data-options-label="infobarTemplateLabel"> <span class="option">Option: template of the infobar
  115. content</span>
  116. <p>The template allows you to customize the content displayed in the infobar. You can use any
  117. valid character, <code>\n</code> for new lines or <code>\t</code> for tabs. You can also use
  118. any variables from <a href="#template-variables">this list</a> anywhere in the template. If
  119. the template or the resulting content is empty, the infobar will display the saved date by
  120. default. </p>
  121. <p>Template examples:</p>
  122. <ul>
  123. <li><code>{url-href} ({date-iso})</code> will produce contents like "https://www.example.com
  124. (2018-09-15 11 06 03 PM)".</li>
  125. <li><code>Title: {page-title}</code> will produce contents like "Title: Example Domain" for
  126. a page having "Example Domain" as title.</li>
  127. </ul>
  128. </li>
  129. <li data-options-label="confirmInfobarLabel"> <span class="option">Option: open a prompt dialog to
  130. edit the infobar content</span>
  131. <p>Check this option to display a prompt dialog in order to confirm the infobar content before
  132. saving the page. </p>
  133. </li>
  134. <li data-options-label="openSavedPageLabel"> <span class="option">Option: open saved pages in a new
  135. tab</span>
  136. <p>Check this option to display the saved page in a new tab. This option can be useful, for
  137. example, in order to check the page is properly saved.</p>
  138. </li>
  139. <li data-options-label="autoCloseLabel"> <span class="option">Option: auto-close the tab after the
  140. page is saved</span>
  141. <p>Check this option to automatically close the tab after saving the page displayed inside. </p>
  142. </li>
  143. </ul>
  144. <p>File name</p>
  145. <ul>
  146. <li data-options-label="filenameTemplateLabel"> <span class="option">Option: template</span>
  147. <p>The template allows you to customize the file name of saved pages. You can use any valid
  148. character and "/" to create sub-folders (with the option "save pages in background" active).
  149. You can also use any variables from <a href="#template-variables">this list</a> anywhere in
  150. the template.</p>
  151. <p>Invalid characters are automatically transformed and collapsed to underscores. File names
  152. cannot exceed 192 characters and are truncated if longer. The invalid characters are:
  153. <code>[</code> <code>~</code> <code>+</code> <code>\</code> <code>?</code> <code>%</code>
  154. <code>*</code> <code>:</code> <code>|</code> <code>"</code> <code>&lt;</code>
  155. <code>&gt;</code> and control characters from 0 to 31 in the ASCII table.
  156. </p>
  157. <p>Template examples:</p>
  158. <ul>
  159. <li><code>{page-title} ({date-iso} {time-locale}).html</code> will produce filenames like
  160. "Introduction to SingleFile (2018-09-15 11_06_03 PM).html" for a page having
  161. "Introduction to SingleFile" as title.</li>
  162. <li><code>archives/{url-last-segment} - {date-iso}</code> will produce filenames like
  163. "welcome - 2018-09-15" for a page hosted on https://example.com/welcome.html. The saved
  164. files will be saved in the sub-directory "archives".</li>
  165. <li><code>archives/{year-locale}/{month-locale}/{day-locale}/{page-title}.html</code> will
  166. produce filenames like "Introduction to SingleFile.html" stored into 3 sub-directories
  167. in the "archives" folder, one for each part of the save date (e.g.
  168. "2018/9/15/Introduction to SingleFile.html").</li>
  169. </ul>
  170. </li>
  171. <li data-options-label="filenameMaxLengthLabel"> <span class="option">Option: max length
  172. (bytes)</span>
  173. <p>Specify the maximum length in bytes of the filename.</p>
  174. </li>
  175. <li data-options-label="confirmFilenameLabel"> <span class="option">Option: open the "Save as"
  176. dialog to confirm the file name</span>
  177. <p>Check this option to display the "Save as" dialog in order to confirm the file name before
  178. saving the page. If the option "save pages in background" is unchecked then a prompt dialog
  179. will be displayed instead of the "Save as" dialog. </p>
  180. </li>
  181. <li data-options-label="filenameConflictActionLabel"> <span class="option">Option: file name
  182. conflict resolution</span>
  183. <p>Choose the most appropriate action when the filename of the saved page is conflicting with
  184. existing ones on the filesystem. The "skip duplicate files" action only detects duplicates
  185. among files downloaded during the current browsing session.</p>
  186. </li>
  187. </ul>
  188. <p>HTML content</p>
  189. <ul>
  190. <li data-options-label="compressHTMLLabel"> <span class="option">Option: compress HTML
  191. content</span>
  192. <p>Check this option to remove all HTML comments and unneeded tags, spaces, quotes and
  193. whitespace characters. Checking this option helps to reduce the size of the file without
  194. altering the document.</p>
  195. <p class="notice">It is recommended to <u>check</u> this option</p>
  196. </li>
  197. <li data-options-label="removeImportsLabel"> <span class="option">Option: remove HTML imports</span>
  198. <p>Check this option to remove all link elements used to import HTML documents. Checking this
  199. option can help to reduce the size of the file without altering the document.</p>
  200. <p class="notice">It is recommended to <u>check</u> this option</p>
  201. </li>
  202. <li data-options-label="removeHiddenElementsLabel"> <span class="option">Option: remove hidden
  203. elements</span>
  204. <p>Check this option to remove all hidden elements. Checking this option can help to reduce the
  205. size of the file without altering the document. It may also increase the CPU consumption and
  206. the time needed to save a page.</p>
  207. <p class="notice">It is recommended to <u>check</u> this option</p>
  208. </li>
  209. <li data-options-label="insertMetaCSPLabel"> <span class="option">Option: set content security
  210. policy</span>
  211. <p>Check this option to add a meta tag with a policy to block any external resources from being
  212. loaded.</p>
  213. <p class="notice">It is recommended to <u>check</u> this option</p>
  214. </li>
  215. <li data-options-label="removeFramesLabel"> <span class="option">Option: remove frames</span>
  216. <p>Check this option to remove all frame and iframe elements. Checking this option can
  217. considerably reduce the size of the file without altering the document most of the time. It
  218. may also decrease the time needed to save a page.</p>
  219. </li>
  220. <li data-options-label="includeInfobarLabel"> <span class="option"></span>Option: include infobar in
  221. the saved page</span>
  222. <p>Check this
  223. option to display the ℹ button at the top right of the page when viewing a saved page in a
  224. browser where SingleFile is not installed.</p>
  225. </li>
  226. <li data-options-label="saveRawPageLabel"> <span class="option">Option: save raw page</span>
  227. <p>Check this option to save the raw HTML file that the browser received. When this option is
  228. checked, the page will be saved as if JavaScript was disabled. Checking this option may
  229. alter the document.</p>
  230. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  231. </li>
  232. </ul>
  233. <p>Stylesheets</p>
  234. <ul>
  235. <li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
  236. styles</span>
  237. <p>Check this option to remove all the CSS rules and styles that do not match any element in the
  238. saved page. Checking this option will not alter the document and can considerably reduce the
  239. size of the file. It will also increase the CPU consumption and the time needed to save a
  240. page.</p>
  241. <p class="notice">It is recommended to <u>check</u> this option</p>
  242. </li>
  243. <li data-options-label="removeAlternativeMediasLabel"> <span class="option">Option: remove
  244. stylesheets for alternative devices to screens</span>
  245. <p>Check this option to remove stylesheets that are not used for the screen display like
  246. stylesheets for print preview and speech synthesizers. Checking this option can help to
  247. reduce the size of the file.</p>
  248. </li>
  249. <li data-options-label="compressCSSLabel"> <span class="option">Option: compress CSS content</span>
  250. <p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
  251. without altering the document. It may also increase the CPU consumption and the time needed
  252. to save a page.</p>
  253. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  254. </li>
  255. </ul>
  256. <p>Images</p>
  257. <ul>
  258. <li data-options-label="groupDuplicateImagesLabel"> <span class="option">Option: group duplicate
  259. images together</span>
  260. <p>Check this option to avoid saving multiple times duplicate images. Checking this option
  261. should not alter the document in modern browsers and can considerably reduce the size of the
  262. file.</p>
  263. <p class="notice">It is recommended to <u>check</u> this option</p>
  264. </li>
  265. <li data-options-label="loadDeferredImagesLabel"> <span class="option">Option: save deferred
  266. images</span>
  267. <p>Check this option to save all the deferred images that are not yet displayed. This may help
  268. to save all the images without scrolling the page. This feature does its best effort and is
  269. not guaranteed to work on all sites. It will also increase the time needed to save a page.
  270. </p>
  271. <p class="notice">It is recommended to <u>check</u> this option</p>
  272. </li>
  273. <li data-options-label="loadDeferredImagesMaxIdleTimeLabel"> <span class="option">Option: maximum
  274. idle time (ms)</span>
  275. <p>Specify the maximum delay of time to wait for deferred images. You can increase this value if
  276. for example the network or system conditions are degraded. You can also decrease this value
  277. otherwise.</p>
  278. </li>
  279. <li data-options-label="loadDeferredImagesKeepZoomLevelLabel"> <span class="option">Option: zoom out
  280. the page</span>
  281. <p>Check this option to save the entire content of a page by zooming out the page. This can help
  282. saving pages using infinite virtual lists for example. </p>
  283. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  284. </li>
  285. <li data-options-label="removeAlternativeImagesLabel"> <span class="option">Option: remove images
  286. for alternative screen resolutions</span>
  287. <p>Check this option to remove images that are alternatives in lower and/or higher resolutions
  288. to the ones displayed by default. Checking this option can considerably reduce the size of
  289. the file.</p>
  290. </li>
  291. </ul>
  292. <p>Fonts</p>
  293. <ul>
  294. <li data-options-label="removeUnusedFontsLabel"> <span class="option">Option: remove unused
  295. fonts</span>
  296. <p>Check this option to remove all font CSS rules that do not match any content. Checking this
  297. option should not alter the document and can considerably reduce the size of the file.</p>
  298. <p class="notice">It is recommended to <u>check</u> this option</p>
  299. </li>
  300. <li data-options-label="removeAlternativeFontsLabel"> <span class="option">Option: remove
  301. alternative fonts</span>
  302. <p>Check this option to remove fonts that are alternatives to the ones used. Checking this
  303. option should not alter the document and can considerably reduce the size of the file.</p>
  304. <p class="notice">It is recommended to <u>check</u> this option</p>
  305. </li>
  306. </ul>
  307. <p>Other resources</p>
  308. <ul>
  309. <li data-options-label="removeScriptsLabel"> <span class="option">Option: remove scripts</span>
  310. <p>Check this option to remove all the JavaScript scripts. Unchecking this option may alter the
  311. document and may introduce privacy or security issues.</p>
  312. <p class="notice">It is recommended to <u>check</u> this option</p>
  313. </li>
  314. <li data-options-label="removeVideoLabel"> <span class="option">Option: remove video sources</span>
  315. <p>Check this option to empty the "src" attribute of all video elements.</p>
  316. <p class="notice">It is recommended to <u>check</u> this option</p>
  317. </li>
  318. <li data-options-label="removeAudioLabel"> <span class="option">Option: remove audio sources</span>
  319. <p>Check this option to empty the "src" attribute of all audio elements.</p>
  320. <p class="notice">It is recommended to <u>check</u> this option</p>
  321. </li>
  322. </ul>
  323. <p>Destination</p>
  324. <ul>
  325. <li data-options-label="saveToFilesystemLabel"> <span class="option">Option: save to
  326. filesystem</span>
  327. <p>Check this option to save the downloaded page on the filesystem of your computer.</p>
  328. <p class="notice">It is recommended to <u>check</u> this option</p>
  329. </li>
  330. <li data-options-label="saveToClipboardLabel"> <span class="option">Option: copy to clipboard</span>
  331. <p>Check this option to copy the page to the clipboard.</p>
  332. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  333. </li>
  334. <li data-options-label="saveToGitHubLabel"> <span class="option">Option: upload to GitHub</span>
  335. <p>Check this option to save the page on GitHub. See the <a
  336. href="https://github.com/gildas-lormeau/SingleFile/wiki/How-to-publish-saved-pages-with-SingleFile-on-GitHub"
  337. target="_blank">documentation page</a> to learn how to configure SingleFile to save
  338. pages on GitHub. Warning: once a page saved on GitHub, it is complicated to delete it, see
  339. the <a
  340. href="https://docs.github.com/github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository"
  341. target="_blank">documentation page</a> on GitHub for more information.</p>
  342. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  343. </li>
  344. <li data-options-label="githubTokenLabel"> <span class="option">Option: access token</span>
  345. <p>Enter your personal access token on GitHub, see the <a
  346. href="https://docs.github.com/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token"
  347. target="_blank">documentation page</a> on GitHub for more information.</p>
  348. </li>
  349. <li data-options-label="githubUserLabel"> <span class="option">Option: user name</span>
  350. <p>Enter your user name on GitHub.</p>
  351. </li>
  352. <li data-options-label="githubRepositoryLabel"> <span class="option">Option: repository name</span>
  353. <p>Enter the name of the repository on GitHub where the saved pages will be archived, see
  354. the <a
  355. href="https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository"
  356. target="_blank">documentation page</a> on GitHub for more information on how to create a
  357. repository.
  358. </p>
  359. </li>
  360. <li data-options-label="githubBranchLabel"> <span class="option">Option: branch name</span>
  361. <p>Enter the repository branch name where pages will be archived. The branch
  362. <strong>must</strong> exist on GitHub, see the <a
  363. href="https://docs.github.com/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site"
  364. target="_blank">documentation page</a> on GitHub for more information on how to publish
  365. the branch on github.io.
  366. </p>
  367. </li>
  368. <li data-options-label="saveToGDriveLabel"> <span class="option">Option: upload to Google
  369. Drive</span>
  370. <p>Check this option to save the page on Google Drive.</p>
  371. <p>The permissions requested by SingleFile allow it to access only to the files and folders it
  372. has created. When you uncheck this option, SingleFile revokes automatically its access to
  373. your Google Drive account. </p>
  374. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  375. </li>
  376. <li data-options-label="saveWithCompanionLabel"> <span class="option">Option: save with
  377. SingleFile Companion</span>
  378. <p>Check this option to delegate the saving process to SingleFile Companion. It is a program
  379. that runs outside the browser and can help to make the saving process more transparent. It
  380. also allows the pages to be saved in another directory than the download directory. You can
  381. find more info <a href="https://github.com/gildas-lormeau/SingleFile/tree/master/companion"
  382. target="_blank">here</a></p>
  383. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  384. </li>
  385. </ul>
  386. <p>Annotation editor</p>
  387. <ul>
  388. <li data-options-label="defaultEditorModeLabel"> <span class="option">Option: default mode</span>
  389. <p>Select the default mode when opening the annotation editor. The available choices are:
  390. <ul>
  391. <li><code>normal</code>: default value</li>
  392. <li><code>edit the page</code>: enable the button <img
  393. src="../resources/button_note_edit.png" class="icon button"></li>
  394. <li><code>format the page</code>: enable the button <img
  395. src="../resources/button_note_format.png" class="icon button"> if the page can be
  396. formatted</li>
  397. <li><code>remove elements</code>: enable the button <img
  398. src="../resources/button_cut_inner.png" class="icon button"></li>
  399. <li><code>remove external elements</code>: enable the button <img
  400. src="../resources/button_cut_outer.png" class="icon button"></li>
  401. </ul>
  402. </p>
  403. </li>
  404. <li data-options-label="applySystemThemeLabel"> <span class="option">Option: apply the system theme
  405. when formatting a page in the annotation editor</span>
  406. <p>Uncheck this option if you do not want to apply the theme of the operating system or the
  407. browser (e.g. dark or light) when you click on the button "Format the page for better
  408. readability" in the annotation editor.</p>
  409. </li>
  410. <li data-options-label="warnUnsavedPageLabel"> <span class="option">Option: warn if leaving page
  411. with unsaved changes</span>
  412. <p>Check this option to display a blocking popup when you leave the annotation editor (e.g.
  413. close the tab) without saving the changes.</p>
  414. <p class="notice">It is recommended to <u>check</u> this option</p>
  415. </li>
  416. <li data-options-label="openEditorLabel"> <span class="option">Option: edit page before
  417. saving</span>
  418. <p>Check this option to open the annotation editor before saving any page. Checking this option
  419. removes the entry "Annotate and save the page..." from the context menu.</p>
  420. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  421. </li>
  422. <li data-options-label="autoOpenEditorLabel"> <span class="option">Option: open the annotation
  423. editor when viewing a page saved with SingleFile </span>
  424. <p>Check this option to open the annotation editor when displaying a page saved by SingleFile.
  425. </p>
  426. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  427. </li>
  428. </ul>
  429. <p>Bookmarks</p>
  430. <ul>
  431. <li data-options-label="saveCreatedBookmarksLabel"> <span class="option">Option: save the page of a
  432. newly created bookmark</span>
  433. <p>Check this option to save pages that you add into your bookmarks. Note that if the page is to
  434. be saved is not already displayed in a tab, SingleFile will open temporarily a new tab to
  435. save the page. </p>
  436. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  437. </li>
  438. <li data-options-label="replaceBookmarkURLLabel"> <span class="option">Option: link the new bookmark
  439. to the saved page</span>
  440. <p>Check this option to replace the URL of the page added into your bookmark with the file URI
  441. of the saved page on your disk. </p>
  442. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  443. </li>
  444. <li data-options-label="ignoredBookmarkFoldersLabel"> <span class="option">Option: ignored
  445. folders</span>
  446. <p>Enter a list of bookmark folder names to ignore. The folder names must be separated with a
  447. comma. SingleFile will ignore bookmarks added in folders that contains these names.
  448. </p>
  449. </li>
  450. <li data-options-label="allowedBookmarkFoldersLabel"> <span class="option">Option: ignored
  451. folders</span>
  452. <p>Enter a list of bookmark folder names to allow. The folder names must be separated with a
  453. comma. SingleFile will only save pages added in folders that contains these names.
  454. </p>
  455. </li>
  456. </ul>
  457. <p>Auto-save</p>
  458. <ul>
  459. <li data-options-label="autoSaveLoadOrUnloadLabel"> <span class="option">Option: auto-save after
  460. page load or on page unload</span>
  461. <p>Check this option to auto-save pages after being loaded. If you browse to another page before
  462. the page is fully loaded then the page will be saved just before being unloaded. With this
  463. option active, you are guaranteed pages will always be saved. Some frame contents may be
  464. missing (if you checked "remove frames") when pages are saved before being unloaded. </p>
  465. </li>
  466. <li data-options-label="autoSaveLoadLabel"> <span class="option">Option: auto-save after page
  467. load</span>
  468. <p>Check this option to auto-save pages after being loaded.</p>
  469. </li>
  470. <li data-options-label="autoSaveUnloadLabel"> <span class="option">Option: auto-save on page
  471. unload</span>
  472. <p>Check this option to auto-save pages before being unloaded instead of saving pages after
  473. being loaded. With this option active, you are guaranteed pages will always be saved but
  474. some frame contents may be missing (if you checked "remove frames"). </p>
  475. </li>
  476. <li data-options-label="autoSaveDiscardLabel"> <span class="option">Option: auto-save on tab
  477. discard</span>
  478. <p>Check this option to auto-save pages when discarding a tab. Some frame contents may be
  479. missing (if you checked "remove frames"). </p>
  480. </li>
  481. <li data-options-label="autoSaveRemoveLabel"> <span class="option">Option: auto-save on tab
  482. removal</span>
  483. <p>Check this option to auto-save pages when closing a tab. Some frame contents may be missing
  484. (if you checked "remove frames"). </p>
  485. </li>
  486. <li data-options-label="autoSaveDelayLabel"> <span class="option">Option: auto-save waiting delay
  487. after load (s)</span>
  488. <p>Specify the delay in seconds to wait before saving a page when the "auto-save on page load or
  489. on page unload" or "auto-save on page load" is checked. </p>
  490. </li>
  491. <li data-options-label="autoSaveRepeatLabel"> <span class="option">Option: auto-save
  492. periodically</span>
  493. <p>Check this option to auto-save pages periodically after load.</p>
  494. </li>
  495. <li data-options-label="autoSaveRepeatDelayLabel"> <span class="option">Option: period (s)</span>
  496. <p>Specify the delay in seconds to wait before each page saving when the "auto-save
  497. periodically" option is checked. </p>
  498. </li>
  499. <li data-options-label="autoSaveExternalSaveLabel"> <span class="option">Option: save the page with
  500. SingleFile Companion</span>
  501. <p>Check this option to delegate the capturing and saving process to SingleFile Companion. It is
  502. a program that runs outside the browser and can help to make the saving process more
  503. transparent. It also allows the pages to be saved in another directory than the download
  504. directory. You can find more info <a
  505. href="https://github.com/gildas-lormeau/SingleFile/tree/master/companion"
  506. target="_blank">here</a></p>
  507. </li>
  508. </ul>
  509. <p>Misc.</p>
  510. <ul>
  511. <li data-options-label="setMaxResourceSizeLabel"> <span class="option">Option: set a maximum size
  512. for embedded resources (MB)</span>
  513. <p>Check this option to remove from the saved page embedded resources (i.e. images, stylesheets,
  514. scripts and iframes) that exceeds a given size.</p>
  515. </li>
  516. <li data-options-label="maxResourceSizeLabel"> <span class="option">Option: maximum size (MB)</span>
  517. <p>Specify the maximum size of embedded resources in megabytes.</p>
  518. </li>
  519. <li data-options-label="passReferrerOnErrorLabel"> <span class="option">Option: pass \"Referer\"
  520. header on
  521. cross-origin errors</span>
  522. <p>Check this option to pass the HTTP header "Referer" with the "origin" policy after an 401,
  523. 403, or 404 HTTP error when downloading a cross-origin resource. You should enable this
  524. option if you cannot download resources blocked by a hotlink protection.</p>
  525. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  526. </li>
  527. <li data-options-label="addProofLabel"> <span class="option">Option: add proof od existence</span>
  528. <p>Check this option to create a worldwide proof of the existence of the page you want to save.
  529. </p>
  530. <ul>
  531. <li> <strong>What is a proof of existence (data anchoring)?</strong><br> Data anchoring
  532. consists in building a time-stamped proof of existence for a data by linking it to a
  533. tamper resistant and time-stamped blockchain. Data anchoring implementation relies on
  534. the resilience and immutability of the Bitcoin blockchain to provide the best possible
  535. security level </li>
  536. <li> <strong>How does this protect my data?</strong><br> The anchoring mechanism only
  537. handles data impressions. Your data remains where you calculate the fingerprints, i.e.
  538. in the browser. Their confidentiality is totally preserved. </li>
  539. <li> <strong> The day after your backup you can get freely the proof receipt here: <a
  540. href="https://gildas-lormeau.github.io/singlefile-woleet/index.html"
  541. target="_blank">gildas-lormeau.github.io/singlefile-woleet/index.html</a>.
  542. A proof receipt will be used to verify the validity of the evidence </strong> </li>
  543. </ul>
  544. <p> More information <a href="https://doc.woleet.io" target="_blank">doc.woleet.io</a> </p>
  545. </li>
  546. <li data-options-label="woleetKeyLabel" hidden> <span class="option">Option: access token</span>
  547. <p>Enter your personal access token on Woleet, see the <a href="http://app.woleet.io/"
  548. target="_blank">registration page</a> on Woleet for more information.</p>
  549. </li>
  550. <li data-options-label="backgroundSaveLabel"> <span class="option">Option: save pages in
  551. background</span>
  552. <p>Uncheck this option if you get invalid file names like
  553. "37bec68b-446a-46a5-8642-19a89c231b46.html" or interrupted downloads when saving pages. You
  554. can also uncheck this option if you want the "Save as" dialog to remember the last saved
  555. path. Unchecking this option prevent using sub-directories in filename templates.</p>
  556. <p class="notice">It is recommended to <u>check</u> this option</p>
  557. </li>
  558. <li data-options-label="displayStatsLabel"> <span class="option">Option: display stats in the
  559. console after processing</span>
  560. <p>Check this option to display stats about processing in the JavaScript developer tools of your
  561. browser. Checking this option may increase the CPU consumption and the time needed to save a
  562. page. </p>
  563. <p class="notice">It is recommended to <u>uncheck</u> this option</p>
  564. </li>
  565. </ul>
  566. <p id="auto-settings-rules">Auto-settings rules</p>
  567. <ul>
  568. <li>The auto-settings rules let you associate a complete or partial URL with a profile. It also
  569. allows to associate a specific profile for the auto-save, or to disable it (check "display
  570. 'Auto-save profile' column"). When two or more rules match a URL of a page to save, the rule
  571. with the longest URL will be chosen. The special profile "-" means the current profile. </li>
  572. <li>You can use the special value "*" as URL to create a rule that applies to all URLs</li>
  573. <li>You can use regular expressions by prefixing the URL with "regexp:" (e.g. "regexp:.*\.com" to
  574. match all URLs containing ".com"). When zero or more rules based on URLs and one or more rules
  575. based on regular expressions match a URL, the longest rule based on regular expression will be
  576. chosen. </li>
  577. </ul>
  578. <p>Form buttons</p>
  579. <ul>
  580. <li><span class="option">synchronize options</span>
  581. <p>Check this option to synchronize your options and make them available in all instances of the
  582. browser you are logged into, on different devices.</p>
  583. </li>
  584. <li><span class="option">Reset</span>
  585. <p>Reset all options to their default values.</p>
  586. </li>
  587. </ul>
  588. </li>
  589. <li><a id="annotation-editor">Annotation editor</a>
  590. <p>The annotation editor can be opened by selecting "Annotate and save the page" in the context menu or
  591. by enabling the option "Annotation editor &gt; edit page before saving". It allows you to:
  592. <ul>
  593. <li>add notes by clicking one of these buttons: <img src="../resources/button_note_yellow.png"
  594. class="icon button"> <img src="../resources/button_note_pink.png" class="icon button"> <img
  595. src="../resources/button_note_blue.png" class="icon button"> <img
  596. src="../resources/button_note_green.png" class="icon button"></li>
  597. <li>hide or show notes by clicking the button <img src="../resources/button_note_visible.png"
  598. class="icon button"></li>
  599. <li>highlight text by clicking one of these buttons: <img
  600. src="../resources/button_highlighter_yellow.png" class="icon button"> <img
  601. src="../resources/button_highlighter_pink.png" class="icon button"> <img
  602. src="../resources/button_highlighter_blue.png" class="icon button"> <img
  603. src="../resources/button_highlighter_green.png" class="icon button"></li>
  604. <li>hide or show highlighted text by clicking the button <img
  605. src="../resources/button_highlighter_visible.png" class="icon button"></li>
  606. <li>remove text highlighting by clicking the button <img
  607. src="../resources/button_highlighter_delete.png" class="icon button"></li>
  608. <li>edit the page by clicking the button <img src="../resources/button_note_edit.png"
  609. class="icon button"> </li>
  610. <li>format the page to improve readability (when possible) by clicking the button <img
  611. src="../resources/button_note_format.png" class="icon button"> </li>
  612. <li>remove contents by clicking the button <img src="../resources/button_cut_inner.png"
  613. class="icon button"> (inner elements) or <img src="../resources/button_cut_outer.png"
  614. class="icon button"> (outer elements)</li>
  615. <li>undo removes by clicking the button <img src="../resources/button_undo_cut.png"
  616. class="icon button"> or the button <img src="../resources/button_undo_all_cut.png"
  617. class="icon button"> (undo all)
  618. <li>redo removes by clicking the button <img src="../resources/button_redo_cut.png"
  619. class="icon button"></li>
  620. <li>print the page by clicking the button <img src="../resources/button_print.png"
  621. class="icon button"> or by pressing <code>Ctrl-P</code></li>
  622. <li>save the page by clicking the button <img src="../resources/button_download.png"
  623. class="icon button"> or by pressing <code>Ctrl-S</code></li>
  624. </ul>
  625. </p>
  626. <br>
  627. <p>
  628. You can use the following keyboard shortcuts when removing contents with <img
  629. src="../resources/button_cut_inner.png" class="icon button"> or <img
  630. src="../resources/button_cut_outer.png" class="icon button">:
  631. <ul>
  632. <li><code>Tab</code>: expand the selection</li>
  633. <li><code>Shift-Tab</code>: reduce the selection</li>
  634. <li><code>Space</code>: remove the selected element</li>
  635. <li><code>Ctrl-Z</code>: undo the last removal</li>
  636. <li><code>Ctrl-Shift-Z</code>: redo the last removal</li>
  637. <li><code>Ctrl</code>: select/unselect multiple elements, releasing the <code>Ctrl</code> key
  638. validates the selection</li>
  639. <li><code>Shift</code>: temporarily reverse the type of removal (i.e. removal of inner elements or
  640. removal of outer elements) on the last selected element and reset the other selected elements if
  641. any</li>
  642. <li><code>Escape</code>: reset selected elements</li>
  643. </ul>
  644. </p>
  645. </ul>
  646. </li>
  647. <li><a id="template-variables">Template variables</a>
  648. <p>The template variables are used to customize the infobar content or the file name of a saved page.
  649. They help to insert dynamic values like the save date or the page title.</p>
  650. <p> You can limit the length of a dynamic value by adding <code>[<em>maxByteSize</em>]</code> just after
  651. the variable name. The <code>maxByteSize</code> value is the maximum length of the value in bytes
  652. (e.g. `{page-title}[20]` to limit the title to 20 bytes).</p>
  653. <ul>
  654. <li><code>{page-title}</code>: the title of the page</li>
  655. <li><code>{page-heading}</code>: the content of the H1 tag in the page</li>
  656. <li><code>{page-language}</code>: the language of the page</li>
  657. <li><code>{page-description}</code>: the description of the page</li>
  658. <li><code>{page-author}</code>: the author of the page</li>
  659. <li><code>{page-creator}</code>: the creator of the page</li>
  660. <li><code>{page-publisher}</code>: the publisher of the page</li>
  661. <li><code>{datetime-iso}</code>: the save date and time in the ISO format (e.g.
  662. "2018-09-15T22_38_26_317Z")</li>
  663. <li><code>{datetime-utc}</code>: the save date and time in UTC format (e.g. "Sat, 15 Sep 2018
  664. 22_38_26 GMT")</li>
  665. <li><code>{datetime-locale}</code>: the localized value of the date and time (e.g. "9_16_2018,
  666. 12_54_31 AM")</li>
  667. <li><code>{date-iso}</code>: the save date in the ISO format (e.g. "2018-09-15")</li>
  668. <li><code>{date-locale}</code>: the localized value of the save date (e.g. "16_09_2018")</li>
  669. <li><code>{time-iso}</code>: the save time in the ISO format (e.g. "22_38_26_317")</li>
  670. <li><code>{time-locale}</code>: the localized value of the save time (e.g. "00_38_26")</li>
  671. <li><code>{time-ms}</code>: the save time is ms since the Unix Epoch (e.g. 1563582018000)</li>
  672. <li><code>{day-utc}</code>: the day of the save date in UTC format (e.g. "15")</li>
  673. <li><code>{day-locale}</code>: the localized value of the day (e.g. "15")</li>
  674. <li><code>{month-utc}</code>: the month of the save date in UTC format (e.g. "09")</li>
  675. <li><code>{month-locale}</code>: the localized value of the month (e.g. "09")</li>
  676. <li><code>{year-utc}</code>: the year of the save date in UTC format (e.g. "2018")</li>
  677. <li><code>{year-locale}</code>: the localized value of the year (e.g. "2018")</li>
  678. <li><code>{hours-utc}</code>: the hour of the save date in UTC format (e.g. "20")</li>
  679. <li><code>{hours-locale}</code>: the localized value of the hour (e.g. "22")</li>
  680. <li><code>{minutes-utc}</code>: the minutes of the save date in UTC format (e.g. "38")</li>
  681. <li><code>{minutes-locale}</code>: the localized value of the minutes (e.g. "38")</li>
  682. <li><code>{seconds-utc}</code>: the seconds of the save date in UTC format (e.g. "31")</li>
  683. <li><code>{seconds-locale}</code>: the localized value of the seconds (e.g. "31")</li>
  684. <li><code>{visit-datetime-iso}</code>: the visit date and time in the ISO format (e.g.
  685. "2018-09-15T22_38_26_317Z")</li>
  686. <li><code>{visit-datetime-utc}</code>: the visit date and time in UTC format (e.g. "Sat, 15 Sep 2018
  687. 22_38_26 GMT")</li>
  688. <li><code>{visit-datetime-locale}</code>: the localized value of the date and time (e.g. "9_16_2018,
  689. 12_54_31 AM")</li>
  690. <li><code>{visit-date-iso}</code>: the visit date in the ISO format (e.g. "2018-09-15")</li>
  691. <li><code>{visit-date-locale}</code>: the localized value of the visit date (e.g. "16_09_2018")</li>
  692. <li><code>{visit-time-iso}</code>: the visit time in the ISO format (e.g. "22_38_26_317")</li>
  693. <li><code>{visit-time-locale}</code>: the localized value of the visit time (e.g. "00_38_26")</li>
  694. <li><code>{visit-time-ms}</code>: the visit time is ms since the Unix Epoch (e.g. 1563582018000)
  695. </li>
  696. <li><code>{visit-day-utc}</code>: the day of the visit date in UTC format (e.g. "15")</li>
  697. <li><code>{visit-day-locale}</code>: the localized value of the day (e.g. "15")</li>
  698. <li><code>{visit-month-utc}</code>: the month of the visit date in UTC format (e.g. "09")</li>
  699. <li><code>{visit-month-locale}</code>: the localized value of the month (e.g. "09")</li>
  700. <li><code>{visit-year-utc}</code>: the year of the visit date in UTC format (e.g. "2018")</li>
  701. <li><code>{visit-year-locale}</code>: the localized value of the year (e.g. "2018")</li>
  702. <li><code>{visit-hours-utc}</code>: the hour of the visit date in UTC format (e.g. "20")</li>
  703. <li><code>{visit-hours-locale}</code>: the localized value of the hour (e.g. "22")</li>
  704. <li><code>{visit-minutes-utc}</code>: the minutes of the visit date in UTC format (e.g. "38")</li>
  705. <li><code>{visit-minutes-locale}</code>: the localized value of the minutes (e.g. "38")</li>
  706. <li><code>{visit-seconds-utc}</code>: the seconds of the visit date in UTC format (e.g. "31")</li>
  707. <li><code>{visit-seconds-locale}</code>: the localized value of the seconds (e.g. "31")</li>
  708. <li><code>{url-href}</code>: the URL of the page (e.g. "http://example.com/category/index.html")
  709. </li>
  710. <li><code>{url-href-flat}</code>: the URL of the page with replaced slashes (e.g.
  711. "http__example.com_category_index.html")</li>
  712. <li><code>{url-pathname}</code>: the path name of the URL (e.g. "category/index.html")</li>
  713. <li><code>{url-pathname-flat}</code>: the path name of the URL with replaced slashes (e.g.
  714. "category_index.html")</li>
  715. <li><code>{url-last-segment}</code>: the last part of the pathname (without the extension) or the
  716. host if not found (e.g. "index")</li>
  717. <li><code>{url-protocol}</code>: the protocol of the URL (e.g. "https")</li>
  718. <li><code>{url-host}</code>: the host name + the port of the URL (e.g. "example.com_8080")</li>
  719. <li><code>{url-hostname}</code>: the host name of the URL (e.g. "example.com")</li>
  720. <li><code>{url-port}</code>: the port of the URL (e.g. "8080")</li>
  721. <li><code>{url-username}</code>: the user name of the URL (e.g. "john_doe")</li>
  722. <li><code>{url-password}</code>: the password of the URL (e.g. "qwerty123")</li>
  723. <li><code>{url-search}</code>: the search string of the URL (e.g. "order=ascending")</li>
  724. <li><code>{url-search-&lt;name&gt;}</code>: the query parameter "&lt;name&gt;" in the the search
  725. string of the URL (e.g. "url-search-order" will return "ascending" in the previous example)</li>
  726. <li><code>{url-hash}</code>: the hash of the URL (e.g. "chapter-2")</li>
  727. <li><code>{url-referrer}</code>: the URI of the page that "linked" to the page (e.g.
  728. "http://example.com")</li>
  729. <li><code>{url-referrer-flat}</code>: the URI of the page that "linked" to the page with slashed
  730. replaced (e.g. "http_example.com")</li>
  731. <li><code>{bookmark-pathname}</code>: the path name of the newly created bookmark (e.g. "My
  732. Bookmarks/Last Month") when the option "Bookmarks &gt; save the page of a
  733. newly created bookmark" is enabled</li>
  734. <li><code>{bookmark-pathname-flat}</code>: the path name of the newly created bookmark with replaced
  735. slashes (e.g. "My Bookmarks_Last Month") when the option "Bookmarks &gt; save the page of a
  736. newly created bookmark" is enabled</li>
  737. <li><code>{tab-id}</code>: the unique identifier of the tab (e.g. "326")</li>
  738. <li><code>{tab-index}</code>: the index of the tab in the window (e.g. "1")</li>
  739. <li><code>{digest-sha-256}</code>: the SHA-256 hash value of the entire page content (e.g.
  740. e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)</li>
  741. <li><code>{digest-sha-384}</code>: the SHA-384 hash value of the entire page content</li>
  742. <li><code>{digest-sha-512}</code>: the SHA-512 hash value of the entire page content</li>
  743. <li><code>{profile-name}</code>: the name of the profile used to save the page</li>
  744. </ul>
  745. </li>
  746. <li><a id="notes">Technical notes</a>
  747. <ul>
  748. <li>All images are converted into <a href="http://en.wikipedia.org/wiki/Base64"
  749. target="_blank">base64</a>. </li>
  750. <li>All resources except frame contents are injected in the document using <a
  751. href="http://en.wikipedia.org/wiki/Data_URI_scheme" target="_blank">data URI scheme</a>.
  752. </li>
  753. <li>Frame contents are injected as text in the document by using the srcdoc attribute. </li>
  754. </ul>
  755. </li>
  756. <li><a id="known-issues">Known issues</a>
  757. <ul>
  758. <li>All browsers
  759. <ul>
  760. <li>For security reasons, you cannot save pages hosted on https://chrome.google.com,
  761. https://addons.mozilla.org and some other Mozilla domains. When this happens, 🚫 is
  762. displayed on top of the SingleFile icon.</li>
  763. <li>For security reasons, SingleFile is sometimes unable to save the image representation of
  764. canvas and snapshots of video elements.</li>
  765. <li>The last saved path cannot be remembered by default. To circumvent this limitation,
  766. disable the option "Misc. &gt; Save pages in background".</li>
  767. <li>The following characters are replaced with _ in filenames: ~, +, \, ?, %, *, :, |, ",
  768. &lt;, &gt;</li>
  769. </ul>
  770. </li>
  771. <li>Chromium-based browsers
  772. <ul>
  773. <li>You must enable the option "Allow access to file URLs" in the extension page to display
  774. the infobar when viewing a saved page, to save or to annotate a page stored on the
  775. filesystem.</li>
  776. <li>If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3",
  777. disable the option "Misc. &gt; Save pages in background". Reinstalling the browser may
  778. also fix this issue.</li>
  779. <li>Disabling the option 'File name &gt; open the "Save as" dialog to confirm the file name'
  780. will work if and only if "Ask where to save each file before downloading" is disabled in
  781. chrome://settings/downloads</li>
  782. </ul>
  783. </li>
  784. <li>Firefox
  785. <ul>
  786. <li>The "File name &gt; file name conflict resolution" option does not work if set to
  787. "prompt for a name".
  788. </li>
  789. <li>Sometimes, SingleFile is unable to save the contents of sandboxed iframes.</li>
  790. <li>When processing a page from the filesystem, external resources (e.g. images,
  791. stylesheets, fonts etc.) will not be embedded into the saved page.</li>
  792. </ul>
  793. </li>
  794. </ul>
  795. </li>
  796. <li><a id="unknown-issues">Troubleshooting unknown issues</a>
  797. <p>Please follow these steps if you find an unknown issue:</p>
  798. <ul>
  799. <li>Save the page in incognito.</li>
  800. <li>If saving page in incognito did not fix the issue, reset SingleFile options.</li>
  801. <li>If resetting options did not fix the issue, restart the browser.</li>
  802. <li>If restarting the browser did not fix the issue, try to disable all other extensions to see if
  803. there is a conflict.</li>
  804. <li>If there is a conflict then try to determine against which extension(s).</li>
  805. <li>Please report the issue <a href="https://github.com/gildas-lormeau/SingleFile/issues"
  806. target="_blank">here</a>
  807. with a short description on how to reproduce it.</li>
  808. </ul>
  809. <p>Suggestions are welcome :)</p>
  810. </li>
  811. <li><a id="contributors">Contributors</a>
  812. <ul>
  813. <li>Chinese translation done by yfdyh000 (<a href="https://github.com/yfdyh000"
  814. target="_blank">GitHub profile</a>), KrasnayaPloshchad (<a
  815. href="https://github.com/KrasnayaPloshchad" target="_blank">GitHub
  816. profile</a>), frostblazergit (<a href="https://github.com/frostblazergit"
  817. target="_blank">GitHub profile</a>), NightSharp (<a href="https://github.com/NightSharp"
  818. target="_blank">GitHub profile</a>) </li>
  819. <li>Traditional Chinese translation done by frostblazergit (<a
  820. href="https://github.com/frostblazergit" target="_blank">GitHub profile</a>)</li>
  821. <li>German translation done by womotroll (<a href="https://github.com/womotroll"
  822. target="_blank">GitHub profile</a>), bannmann (<a href="https://github.com/bannmann"
  823. target="_blank">GitHub profile</a>) </li>
  824. <li>Japanese translation, done by Shitennouji (四天王寺) (<a href="https://github.com/Shitennouji"
  825. target="_blank">GitHub profile</a>)</li>
  826. <li>Polish translation done by xesarni (<a href="https://github.com/xesarni" target="_blank">GitHub
  827. profile</a>)
  828. </li>
  829. <li>Russian translation done by rstp14 (<a href="https://github.com/rstp14" target="_blank">GitHub
  830. profile</a>), kramola-RU (<a href="https://github.com/kramola-RU" target="_blank">GitHub
  831. profile</a>), solokot (<a href="https://github.com/solokot" target="_blank">GitHub
  832. profile</a>)</li>
  833. <li>Ukrainian translation done by perdolka (<a href="https://github.com/perdolka"
  834. target="_blank">GitHub profile</a>)</li>
  835. <li>Spanish translation done by strel (<a href="https://github.com/strel" target="_blank">GitHub
  836. profile</a>)</li>
  837. </ul>
  838. </li>
  839. <li><a id="icons">Icons</a>
  840. <ul>
  841. <li>Icon made by <a href="https://www.flaticon.com/authors/kiranshastry" title="Kiranshastry"
  842. target="_blank" s>Kiranshastry</a> from <a href="https://www.flaticon.com/" title="Flaticon"
  843. target="_blank">www.flaticon.com</a> is licensed by <a
  844. href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0"
  845. target="_blank">CC 3.0 BY</a> </li>
  846. </ul>
  847. </li>
  848. </ol>
  849. </div>
  850. </body>
  851. </html>