From bf501e8de9b65a94fc5b00e771c42d08c7b47aa5 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 8 Dec 2023 18:35:52 -0500 Subject: [PATCH] Bump fakeChromeVersion to 120 --- 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 42788f4..2315d7e 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 = 119; +const fakeChromeVersion = 120; const platformWindows = 'Windows NT 10.0; Win64; x64'; const platformMac = 'Macintosh; Intel Mac OS X 10_15_7'; const platformLinux = 'X11; Linux x86_64';