1
0
Gildas 7 жил өмнө
parent
commit
588b8be5dd

+ 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() {