diff --git a/V4.py b/V4.py index f26af02..697e13b 100755 --- a/V4.py +++ b/V4.py @@ -85,9 +85,7 @@ def FirefoxMobile(Headless = Headless): def FirefoxPC(Headless = Headless): - PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) ' - 'AppleWebKit/537.36 (KHTML, like Gecko) ' - 'Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134') + PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.46') options = Options() options.set_preference("general.useragent.override", PC_USER_AGENT)