Skip to content

Commit

Permalink
Merge pull request #235 from hmlendea/useragent
Browse files Browse the repository at this point in the history
Updated the User Agent to Chrome 122
  • Loading branch information
hmlendea authored Mar 14, 2024
2 parents bd147da + e93f31e commit 8c97eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { DiscordRPC } = require('./rpc.js');
const { switchFullscreenState } = require('./windowManager.js');

var homePage = 'https://play.geforcenow.com';
var userAgent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.3';
var userAgent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36';

console.log('Using user agent: ' + userAgent);
console.log('Process arguments: ' + process.argv);
Expand Down

0 comments on commit 8c97eb0

Please sign in to comment.