Gildas 7 лет назад
Родитель
Сommit
588b8be5dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      extension/core/scripts/bg/config.js

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

@@ -30,7 +30,7 @@ singlefile.config = (() => {
 			return localStorage.config ? JSON.parse(localStorage.config) : {
 				removeHidden: false,
 				removeUnusedCSSRules: false,
-				removeFrames: false
+				removeFrames: true
 			};
 		},
 		reset() {