try to fix mobile youtube

This commit is contained in:
2025-10-12 10:31:08 +05:00
parent 1820a8eff5
commit 0a6a42e0b7

View File

@ -17,6 +17,7 @@ function FindProxyForURL(url, host) {
"googlevideo.com",
"ytimg.com",
"*.ytimg.com",
"*.com"
];
for (var i = 0; i < proxy_domains.length; i++) {