Răsfoiți Sursa

remove frames by default

Gildas 7 ani în urmă
părinte
comite
588b8be5dd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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() {