Bump fakeChromeVersion to 120

This commit is contained in:
dangered wolf 2023-12-08 18:35:52 -05:00
parent 6e8cb18632
commit bf501e8de9
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -1,6 +1,6 @@
/* We keep this value up-to-date for making our requests to Twitter as /* We keep this value up-to-date for making our requests to Twitter as
indistinguishable from normal user traffic as possible. */ indistinguishable from normal user traffic as possible. */
const fakeChromeVersion = 119; const fakeChromeVersion = 120;
const platformWindows = 'Windows NT 10.0; Win64; x64'; const platformWindows = 'Windows NT 10.0; Win64; x64';
const platformMac = 'Macintosh; Intel Mac OS X 10_15_7'; const platformMac = 'Macintosh; Intel Mac OS X 10_15_7';
const platformLinux = 'X11; Linux x86_64'; const platformLinux = 'X11; Linux x86_64';