|
@@ -23,7 +23,7 @@
|
|
|
singlefile.config = (() => {
|
|
singlefile.config = (() => {
|
|
|
|
|
|
|
|
const DEFAULT_CONFIG = {
|
|
const DEFAULT_CONFIG = {
|
|
|
- removeHiddenElements: true,
|
|
|
|
|
|
|
+ removeHiddenElements: false,
|
|
|
removeUnusedStyles: true,
|
|
removeUnusedStyles: true,
|
|
|
removeFrames: true,
|
|
removeFrames: true,
|
|
|
removeImports: true,
|
|
removeImports: true,
|
|
@@ -110,9 +110,6 @@ singlefile.config = (() => {
|
|
|
if (config.removeVideoSrc === undefined) {
|
|
if (config.removeVideoSrc === undefined) {
|
|
|
config.removeVideoSrc = true;
|
|
config.removeVideoSrc = true;
|
|
|
}
|
|
}
|
|
|
- if (config.removeHiddenElements === undefined) {
|
|
|
|
|
- config.removeHiddenElements = true;
|
|
|
|
|
- }
|
|
|
|
|
if (config.displayInfobar === undefined) {
|
|
if (config.displayInfobar === undefined) {
|
|
|
config.displayInfobar = true;
|
|
config.displayInfobar = true;
|
|
|
}
|
|
}
|