This commit is contained in:
Ajay
2025-04-11 02:41:17 -04:00
parent 8111d34b30
commit 318152dac6

View File

@@ -10,7 +10,7 @@ export function parseUserAgent(userAgent: string): string {
return revanced[0]; return revanced[0];
} }
if (ua.match(/(mpv_sponsorblock\/)|(^python-requests)|(^GuzzleHttp\/)|(^PostmanRuntime\/)/)) { if (ua.match(/(mpv_sponsorblock)|(^python-requests)|(^GuzzleHttp\/)|(^PostmanRuntime\/)/)) {
return ua; return ua;
} }