Przeglądaj źródła

updated help and faq

Former-commit-id: eee03744e18b094397dd750dbf718a1ff9536088
Gildas 6 lat temu
rodzic
commit
f11ce5143c
3 zmienionych plików z 6 dodań i 7 usunięć
  1. 1 1
      extension/ui/pages/help.html
  2. 5 5
      extension/ui/pages/options.html
  3. 0 1
      faq.md

+ 1 - 1
extension/ui/pages/help.html

@@ -222,7 +222,7 @@
 						<p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
 						<p>Check this option to minify CSS stylesheets. Checking this option can reduce size of the file
 							without altering the document. It may also increase the CPU consumption and the time needed
 							without altering the document. It may also increase the CPU consumption and the time needed
 							to save a page.</p>
 							to save a page.</p>
-						<p class="notice">It is recommended to <u>check</u> this option</p>
+						<p class="notice">It is recommended to <u>uncheck</u> this option</p>
 					</li>
 					</li>
 					<li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
 					<li data-options-label="removeUnusedStylesLabel"> <span class="option">Option: remove unused
 							styles</span>
 							styles</span>

+ 5 - 5
extension/ui/pages/options.html

@@ -102,11 +102,7 @@
 			</div>
 			</div>
 		</details>
 		</details>
 		<details>
 		<details>
-			<summary id="stylesheetsLabel"></summary>
-			<div class="option">
-				<label for="compressCSSInput" id="compressCSSLabel"></label>
-				<input type="checkbox" id="compressCSSInput">
-			</div>
+			<summary id="stylesheetsLabel"></summary>			
 			<div class="option">
 			<div class="option">
 				<label for="removeUnusedStylesInput" id="removeUnusedStylesLabel"></label>
 				<label for="removeUnusedStylesInput" id="removeUnusedStylesLabel"></label>
 				<input type="checkbox" id="removeUnusedStylesInput">
 				<input type="checkbox" id="removeUnusedStylesInput">
@@ -115,6 +111,10 @@
 				<label for="removeAlternativeMediasInput" id="removeAlternativeMediasLabel"></label>
 				<label for="removeAlternativeMediasInput" id="removeAlternativeMediasLabel"></label>
 				<input type="checkbox" id="removeAlternativeMediasInput">
 				<input type="checkbox" id="removeAlternativeMediasInput">
 			</div>
 			</div>
+			<div class="option">
+				<label for="compressCSSInput" id="compressCSSLabel"></label>
+				<input type="checkbox" id="compressCSSInput">
+			</div>
 		</details>
 		</details>
 		<details>
 		<details>
 			<summary id="imagesLabel"></summary>
 			<summary id="imagesLabel"></summary>

+ 0 - 1
faq.md

@@ -24,7 +24,6 @@ The permissions requested by SingleFile are defined in the [manifest.json](https
 ## SingleFile is slow on my computer/tablet/phone, can it run faster?
 ## SingleFile is slow on my computer/tablet/phone, can it run faster?
 The default configuration of SingleFile is optimized to produce small pages. This can sometimes slow down the save process considerably. Below are the options you can disable to save time and CPU.
 The default configuration of SingleFile is optimized to produce small pages. This can sometimes slow down the save process considerably. Below are the options you can disable to save time and CPU.
  - HTML content > remove hidden elements
  - HTML content > remove hidden elements
- - Stylesheets > compress CSS content
  - Stylesheets > remove unused styles
  - Stylesheets > remove unused styles
 
 
 You can also disable the options below. Some resources (e.g. images, frames) on the page may be missing though.
 You can also disable the options below. Some resources (e.g. images, frames) on the page may be missing though.