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);