Просмотр исходного кода

enable compress CSS option by default

Gildas 7 лет назад
Родитель
Сommit
6b48c0a871
1 измененных файлов с 1 добавлено и 0 удалено
  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,
 				rawDocument: false,
 				compressHTML: true,
+				compressCSS: true,
 				appendSaveDate: true
 			};
 		},