From 51f6e3764f49c87fe3f8ccf74c1346adadf1d736 Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 27 Jun 2026 10:22:04 -0700 Subject: [PATCH] YouTube UAOverrides update --- browser/branding/unofficial/pref/basilisk-branding.js | 4 ++-- .../branding/{shared => unofficial/pref}/uaoverrides.inc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename browser/branding/{shared => unofficial/pref}/uaoverrides.inc (94%) diff --git a/browser/branding/unofficial/pref/basilisk-branding.js b/browser/branding/unofficial/pref/basilisk-branding.js index efa4c104ae..1dabca672f 100644 --- a/browser/branding/unofficial/pref/basilisk-branding.js +++ b/browser/branding/unofficial/pref/basilisk-branding.js @@ -39,5 +39,5 @@ pref("general.useragent.compatMode.gecko",true); // Switch Application Updates off for unofficial branding pref("app.update.enabled", false); -// Shared User Agent Overrides -#include ../../shared/uaoverrides.inc +// User Agent Overrides +#include uaoverrides.inc diff --git a/browser/branding/shared/uaoverrides.inc b/browser/branding/unofficial/pref/uaoverrides.inc similarity index 94% rename from browser/branding/shared/uaoverrides.inc rename to browser/branding/unofficial/pref/uaoverrides.inc index 224bb522d0..5f791fbc59 100644 --- a/browser/branding/shared/uaoverrides.inc +++ b/browser/branding/unofficial/pref/uaoverrides.inc @@ -65,9 +65,9 @@ pref("@GUAO_PREF@.mewe.com", "Mozilla/5.0 (%OS_SLICE% rv:102.0) Gecko/20100101 F // UA-sniffing domains that are "app/vendor-specific" and do not like Dactyloidae pref("@GUAO_PREF@.web.whatsapp.com","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"); -pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"); -pref("@GUAO_PREF@.studio.youtube.com","Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"); -pref("@GUAO_PREF@.gaming.youtube.com", "Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"); +pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"); +pref("@GUAO_PREF@.studio.youtube.com","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"); +pref("@GUAO_PREF@.gaming.youtube.com","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36"); // The following domains do not like the Goanna slice pref("@GUAO_PREF@.bab.la","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@");