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

remove Allow embedded tweets

yokoffing
2025-12-30 11:51:04 -05:00
parent feb01ce85f
commit c7f9f9dbea
-17
@@ -49,23 +49,6 @@ In theory, sites should break less often. These changes shouldn't be an issue if
*** ***
### Allow embedded tweets
> [!NOTE]
> This behavior is not as consistent as of Firefox 144+.
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 [recently updated FF146+]
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 ### Font improvement
Firefox's text rendering on Windows is awful. These settings make it better. Firefox's text rendering on Windows is awful. These settings make it better.