From c9704331ad8919bf09887725a1d99484d90365b7 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 03:30:13 -0500 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 d09d536..42788f4 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 = 118; +const fakeChromeVersion = 119; const platformWindows = 'Windows NT 10.0; Win64; x64'; const platformMac = 'Macintosh; Intel Mac OS X 10_15_7'; const platformLinux = 'X11; Linux x86_64';