1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 16:11:23 +05:30

Compare commits

..

20 Commits

Author SHA1 Message Date
yokoffing 47061df91e AI-enhanced tab groups 2025-08-20 15:49:23 -04:00
yokoffing 989102ba6c link previews 2025-08-20 15:09:24 -04:00
yokoffing 9f0007b709 disable AI chat 2025-08-20 15:04:11 -04:00
yokoffing c1cb56be74 disable AI chat 2025-08-20 15:03:32 -04:00
yokoffing 7bcdf3749a Prioritized Task Scheduling API, 2025-08-20 14:57:30 -04:00
yokoffing 84a2550ed9 privacy.trackingprotection.allow_list 2025-08-20 13:53:53 -04:00
yokoffing 6f3d8275d4 Update Securefox.js 2025-08-20 13:52:32 -04:00
yokoffing 1b8f2db23e link 2025-08-19 22:39:13 -04:00
yokoffing bc8bfacbd8 privacy.trackingprotection.allow_list options 2025-08-19 22:37:19 -04:00
yokoffing c787453de1 disable AI 2025-08-17 23:43:02 -04:00
yokoffing 41626dd8ae disable AI
https://github.com/yokoffing/Betterfox/issues/416
2025-08-17 23:42:15 -04:00
yokoffing 2b3ed37882 counter 2025-08-16 16:13:22 -04:00
yokoffing 84a5c18efe showSponsoredCheckboxes 2025-08-16 16:04:37 -04:00
yokoffing b8956ce35e showSponsoredCheckboxes 2025-08-16 16:04:30 -04:00
yokoffing 5ba723d172 csp reporting 2025-08-16 16:01:27 -04:00
yokoffing aafd51b38c deprec. prefs 2025-08-16 15:57:32 -04:00
yokoffing 427d1f6d34 security.csp.reporting.enabled 2025-08-16 15:56:44 -04:00
yokoffing 72ef31240c featuregates 2025-08-16 15:49:15 -04:00
yokoffing ff797b1831 unitConversion now default 2025-07-22 12:52:40 -04:00
yokoffing cd66626c17 unitConversion default 2025-07-22 12:52:14 -04:00
2 changed files with 1 additions and 6 deletions
-3
View File
@@ -166,8 +166,6 @@ def extract_betterfox(data, profile_folder):
zipfile = ZipFile(data)
userjs_zipinfo = None
for file in zipfile.filelist:
if "/zen/" in file.filename and not args.zen:
continue
if file.filename.endswith("user.js"):
userjs_zipinfo = file
userjs_zipinfo.filename = Path(userjs_zipinfo.filename).name
@@ -207,7 +205,6 @@ if __name__ == "__main__":
)
argparser.add_argument("--overrides", "-o", default=default_profile_folder.joinpath("user-overrides.js"), help="if the provided file exists, add overrides to user.js. Defaults to " + str(default_profile_folder.joinpath("user-overrides.js"))),
argparser.add_argument("--zen", "-z", action="store_true", default=False, help="Install user.js for the Zen browser instead. Defaults to False"),
advanced = argparser.add_argument_group("Advanced")
+1 -3
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* BetterZen *
* "Ex nihilo nihil fit" *
* version: 142 *
* version: 138 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -38,8 +38,6 @@ user_pref("network.predictor.enable-prefetch", false);
****************************************************************************/
/** TRACKING PROTECTION ***/
user_pref("browser.contentblocking.category", "strict");
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true);
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true);
user_pref("browser.download.start_downloads_in_tmp_dir", true);
/** OCSP & CERTS / HPKP ***/