From 83f803f6109430f3808db6724a7cd22ca5de9cc3 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 19 Apr 2024 17:39:13 -0400 Subject: [PATCH] Bump fakeChromeVersion --- src/helpers/useragent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/useragent.ts b/src/helpers/useragent.ts index f1c458f..78619ed 100644 --- a/src/helpers/useragent.ts +++ b/src/helpers/useragent.ts @@ -1,6 +1,6 @@ /* We keep this value up-to-date for making our requests to Twitter as indistinguishable from normal user traffic as possible. */ -const fakeChromeVersion = 121; +const fakeChromeVersion = 124; const platformWindows = 'Windows NT 10.0; Win64; x64'; const platformMac = 'Macintosh; Intel Mac OS X 10_15_7'; const platformLinux = 'X11; Linux x86_64';