|
|
@@ -41,6 +41,14 @@
|
|
|
<img src="../resources/icon_19.png" class="icon"> in the browser toolbar and select "Options" in the context menu to open the options page.</p>
|
|
|
<p>Details :</p>
|
|
|
<ul>
|
|
|
+ <li>
|
|
|
+ <span class="option">append save date to the filename</span>
|
|
|
+ <p>Check this option to append the save date of the webpage to the filename.
|
|
|
+ </p>
|
|
|
+ <p class="notice">It is recommended to
|
|
|
+ <u>check</u> this option</p>
|
|
|
+ </li>
|
|
|
+
|
|
|
<li>
|
|
|
<span class="option">compress HTML</span>
|
|
|
<p>Check this option to remove all HTML comments, and unneeded spaces or returns. This helps to reduce the size of the
|
|
|
@@ -50,7 +58,7 @@
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
- <span class="option">compress HTML</span>
|
|
|
+ <span class="option">compress CSS</span>
|
|
|
<p>Check this option to minify the CSS content. This helps to reduce the size of the file without altering the document.</p>
|
|
|
<p class="notice">It is recommended to
|
|
|
<u>check</u> this option</p>
|
|
|
@@ -72,6 +80,13 @@
|
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
|
|
|
|
+ <li>
|
|
|
+ <span class="option">remove scripts</span>
|
|
|
+ <p>Check this option to remove all scripts. Unchecking this option may alter the document.</p>
|
|
|
+ <p class="notice">It is recommended to
|
|
|
+ <u>check</u> this option</p>
|
|
|
+ </li>
|
|
|
+
|
|
|
<li>
|
|
|
<span class="option">remove hidden elements</span>
|
|
|
<p>Check this option to remove all hidden elements (
|
|
|
@@ -91,13 +106,6 @@
|
|
|
<u>uncheck</u> this option</p>
|
|
|
</li>
|
|
|
|
|
|
- <li>
|
|
|
- <span class="option">remove scripts</span>
|
|
|
- <p>Check this option to remove all scripts. Unchecking this option may alter the document.</p>
|
|
|
- <p class="notice">It is recommended to
|
|
|
- <u>check</u> this option</p>
|
|
|
- </li>
|
|
|
-
|
|
|
<li>
|
|
|
<span class="option">save raw page</span>
|
|
|
<p>Check this option to save the page without interpreting JavaScript. Checking this option may alter the document.</p>
|
|
|
@@ -113,14 +121,6 @@
|
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
|
|
|
|
- <li>
|
|
|
- <span class="option">append save date to the filename</span>
|
|
|
- <p>Check this option to append the save date of the webpage to the filename.
|
|
|
- </p>
|
|
|
- <p class="notice">It is recommended to
|
|
|
- <u>check</u> this option</p>
|
|
|
- </li>
|
|
|
-
|
|
|
<li>
|
|
|
<span class="option">Reset to default options</span>
|
|
|
<p>Reset all the options to their default value.</p>
|