Add hybrid UA TODO

This commit is contained in:
hensm
2020-02-26 14:27:08 +00:00
parent a6767d0fd2
commit 145b2a4241

View File

@@ -493,6 +493,8 @@ async function initWhitelist () {
/**
* New YouTube breaks without the default user agent string,
* so use hybrid Firefox/Chrome version.
*
* TODO: Test this on other sites
*/
if (host?.value === "www.youtube.com") {
header.value = getChromeUserAgent(os, true);