From a24da3ba3a8e6ad61827a70064b2cb5022fbbc6e Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 17 Aug 2023 05:05:22 -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 c94e4cc..298f6e5 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 = 114; +const fakeChromeVersion = 116; const platformWindows = 'Windows NT 10.0; Win64; x64'; const platformMac = 'Macintosh; Intel Mac OS X 10_15_7'; const platformLinux = 'X11; Linux x86_64';