1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 23:51:18 +05:30

Compare commits

..

23 Commits

Author SHA1 Message Date
yokoffing bb507024ac whitespace 2025-11-29 22:06:08 -05:00
yokoffing fcca242ce2 add layer compositor
https://github.com/yokoffing/Betterfox/pull/449
2025-11-29 22:05:32 -05:00
yokoffing 9006610e12 add layer compositor 2025-11-29 22:04:54 -05:00
yokoffing 28c53c8394 add reference link 2025-11-23 10:51:33 -05:00
yokoffing 0e0b735b48 remove default pref 2025-11-23 10:35:46 -05:00
yokoffing c45f25761d expand Enhanced Tracking Protection 2025-11-23 10:35:19 -05:00
yokoffing 29c41b50a3 crlite notes 2025-11-07 12:25:49 -05:00
yokoffing 07e414bafc network.predictor now false 2025-11-07 12:24:41 -05:00
yokoffing c253de61a7 remove predictor, add isolateContentScriptResources 2025-11-07 12:23:29 -05:00
yokoffing aa57fb2599 expand PDF, enable privacy.antitracking.isolateContentScriptResources 2025-11-07 12:21:39 -05:00
yokoffing 3f1866ab60 Update Securefox.js 2025-11-07 12:08:25 -05:00
yokoffing bc47dac592 Update user.js 2025-11-07 12:08:12 -05:00
yokoffing acec4056d7 transition to https only mode 2025-11-07 12:07:12 -05:00
yokoffing 95d74473d2 enforce https only mode 2025-11-07 12:06:57 -05:00
yokoffing 4b84568ea9 add note to fullscreen notice for now 2025-11-06 16:37:56 -05:00
yokoffing fd42e927e4 restore fullscreen warning window 2025-11-06 16:31:08 -05:00
yokoffing 0e1c1899a7 browser.helperApps.deleteTempFileOnExit is default 2025-11-06 16:08:00 -05:00
yokoffing 170101f538 browser.helperApps.deleteTempFileOnExit 2025-11-06 15:52:16 -05:00
yokoffing f51b32a3aa remove duplicate pref 2025-11-06 15:49:20 -05:00
yokoffing 38a22482b8 Update Peskyfox.js
https://github.com/yokoffing/Betterfox/pull/442/files
2025-11-06 15:41:54 -05:00
yokoffing 5115cad820 remove VPN url pref
https://github.com/yokoffing/Betterfox/pull/442/files
https://github.com/yokoffing/Betterfox/discussions/446
2025-11-06 15:41:05 -05:00
yokoffing d2a36dd304 disable welcome screens 2025-10-22 21:23:00 -04:00
yokoffing f96977f6ce disable welcome notices 2025-10-22 21:22:20 -04:00
+2 -2
View File
@@ -87,8 +87,8 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
// [1] https://www.reddit.com/r/firefox/comments/l79nxy/firefox_dev_is_ignoring_social_tracking_preference/gl84ukk
// [2] https://www.reddit.com/r/firefox/comments/pvds9m/reddit_embeds_not_loading/
// [3] https://github.com/yokoffing/Betterfox/issues/413
//user_pref("urlclassifier.trackingSkipURLs", "*://embed.reddit.com/*,*://*.twitter.com/*,*://*.twimg.com/*"); // MANUAL
//user_pref("urlclassifier.features.socialtracking.skipURLs", "*://*.twitter.com/*,*://*.twimg.com/*"); // MANUAL
//user_pref("urlclassifier.trackingSkipURLs", "embed.reddit.com, *.twitter.com, *.twimg.com"); // MANUAL [FF136+]
//user_pref("urlclassifier.features.socialtracking.skipURLs", "*.twitter.com, *.twimg.com"); // MANUAL [FF136+]
// PREF: allow embedded tweets, Instagram and Reddit posts, and TikTok embeds [before FF136+]
//user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL