1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

yokoffing
2025-04-17 11:14:01 -04:00
parent e2327c6ddc
commit bea5cc4487
+13
@@ -49,6 +49,19 @@ In theory, sites should break less often. These changes shouldn't be an issue if
***
### Allow embedded tweets
With [Strict ETP](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection), Firefox's [SmartBlock](https://support.mozilla.org/en-US/kb/smartblock-enhanced-tracking-protection) feature lets you enable embedded content from sites like Instagram and TikTok. When you visit a website with supported embeds, Firefox shows a [placeholder](https://support.mozilla.org/en-US/kb/smartblock-enhanced-tracking-protection#w_enabling-embedded-content) instead of the blocked content.
Mozilla has not yet added this function for Twitter (X) or Reddit third-party embeds. You can add exception rules to permit these embeds in the meantime.
```javascript
// PREF: allow embedded tweets and reddit posts [FF136+]
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+]
```
***
### Font improvement
Firefox's text rendering on Windows is awful. These settings make it better.