From 174d566ded8ff4a506510729c7158e3d3315f5b7 Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 12 Feb 2020 17:53:07 +0000 Subject: [PATCH] Update YouTube UA comment --- ext/src/background/background.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/src/background/background.ts b/ext/src/background/background.ts index 0c69797..48b7f82 100755 --- a/ext/src/background/background.ts +++ b/ext/src/background/background.ts @@ -490,8 +490,7 @@ function initWhitelist () { if (header.name.toLowerCase() === "user-agent") { /** * New YouTube breaks without the default user agent string, - * so pretend to be an old version of Chrome to get the old - * site. + * so use hybrid Firefox/Chrome version. */ if (host?.value === "www.youtube.com") { header.value = getChromeUserAgent(os, true);