瀏覽代碼

remove frames by default

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