فهرست منبع

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