From c7f9f9dbeac854b3adf19ed3cb795bdc0b3d97ec Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 30 Dec 2025 11:51:04 -0500 Subject: [PATCH] remove Allow embedded tweets --- Common-Overrides.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 6d0f872..e6903ab 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -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 Firefox's text rendering on Windows is awful. These settings make it better.