Jelajahi Sumber

enable compress CSS option by default

Gildas 7 tahun lalu
induk
melakukan
6b48c0a871
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      extension/core/scripts/bg/config.js

+ 1 - 0
extension/core/scripts/bg/config.js

@@ -58,6 +58,7 @@ singlefile.config = (() => {
 				removeScripts: true,
 				removeScripts: true,
 				rawDocument: false,
 				rawDocument: false,
 				compressHTML: true,
 				compressHTML: true,
+				compressCSS: true,
 				appendSaveDate: true
 				appendSaveDate: true
 			};
 			};
 		},
 		},