Gildas пре 7 година
родитељ
комит
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() {