|
@@ -76,42 +76,44 @@
|
|
|
<label for="confirmFilenameInput"></label>
|
|
<label for="confirmFilenameInput"></label>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">save lazy loaded images</span>
|
|
|
|
|
- <p>Check this option to save all the lazy loaded images that are not displayed. This may help to save all the images without
|
|
|
|
|
- scrolling the page. This feature is not guaranteed to work on all sites.</p>
|
|
|
|
|
|
|
+ <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
|
|
|
|
|
+ file without altering the document.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
<u>check</u> this option</p>
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
- file without altering the document.</p>
|
|
|
|
|
|
|
+ <span class="option">remove HTML import</span>
|
|
|
|
|
+ <p>Check this option to remove all link elements used to import HTML documents. This can reduce the size of the file without
|
|
|
|
|
+ altering the document most of the time.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
<u>check</u> this option</p>
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">compress CSS</span>
|
|
|
|
|
- <p>Check this option to minify CSS stylesheets. This helps to reduce the size of the file without altering the document.</p>
|
|
|
|
|
|
|
+ <span class="option">remove frames</span>
|
|
|
|
|
+ <p>Check this option to remove all frame and iframe elements. This can considerably reduce the size of the file without
|
|
|
|
|
+ altering the document most of the time.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
<u>check</u> this option</p>
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">remove unused CSS rules</span>
|
|
|
|
|
- <p>Check this option to remove all CSS rules that do not match any element. Checking this this option should not alter
|
|
|
|
|
- the document and can considerably reduce the size of the file.</p>
|
|
|
|
|
|
|
+ <span class="option">remove hidden elements</span>
|
|
|
|
|
+ <p>Check this option to remove all hidden elements (
|
|
|
|
|
+ <code>visibility = "hidden"</code>, or
|
|
|
|
|
+ <code>display = "none"</code>, or
|
|
|
|
|
+ <code>opacity = "0"</code> CSS property values). This option may alter the document but can considerably reduce the size of the file.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
- <u>check</u> this option</p>
|
|
|
|
|
|
|
+ <u>uncheck</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">remove HTML import</span>
|
|
|
|
|
- <p>Check this option to remove all link elements used to import HTML documents. This can reduce the size of the file without
|
|
|
|
|
- altering the document most of the time.</p>
|
|
|
|
|
|
|
+ <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>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
- <u>check</u> this option</p>
|
|
|
|
|
|
|
+ <u>uncheck</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
@@ -122,28 +124,26 @@
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">remove frames</span>
|
|
|
|
|
- <p>Check this option to remove all frame and iframe elements. This can considerably reduce the size of the file without
|
|
|
|
|
- altering the document most of the time.</p>
|
|
|
|
|
|
|
+ <span class="option">compress CSS</span>
|
|
|
|
|
+ <p>Check this option to minify CSS stylesheets. This helps to reduce the size of the file without altering the document.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
<u>check</u> this option</p>
|
|
<u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="option">remove hidden elements</span>
|
|
|
|
|
- <p>Check this option to remove all hidden elements (
|
|
|
|
|
- <code>visibility = "hidden"</code>, or
|
|
|
|
|
- <code>display = "none"</code>, or
|
|
|
|
|
- <code>opacity = "0"</code> CSS property values). This option may alter the document but can considerably reduce the size of the file.</p>
|
|
|
|
|
|
|
+ <span class="option">remove unused CSS rules</span>
|
|
|
|
|
+ <p>Check this option to remove all CSS rules that do not match any element. Checking this this option should not alter
|
|
|
|
|
+ the document and can considerably reduce the size of the file.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
- <u>uncheck</u> this option</p>
|
|
|
|
|
|
|
+ <u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
+ <span class="option">save lazy loaded images</span>
|
|
|
|
|
+ <p>Check this option to save all the lazy loaded images that are not displayed. This may help to save all the images without
|
|
|
|
|
+ scrolling the page. This feature is not guaranteed to work on all sites.</p>
|
|
|
<p class="notice">It is recommended to
|
|
<p class="notice">It is recommended to
|
|
|
- <u>uncheck</u> this option</p>
|
|
|
|
|
|
|
+ <u>check</u> this option</p>
|
|
|
</li>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
<li>
|