I just started receiving this error on the console and can’t execute code in the Chrome browser. It worked fine a week ago. I think google made some changes to the console? Any help would be appreciated.
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent , navigator.appVersion , and navigator.platform . In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent , navigator.appVersion , and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData .
Note that for performance reasons, only the first access to one of the properties is shown.
Keep your account safe! Do not send any information from
here to anyone or paste any text here.
If someone is asking you to copy or paste text here then
you're giving someone access to your account, your gear,
and your Robux.
To learn more about keeping your account safe you can go to
https://www.roblox.com/info/account-safety
After this, i click the issue button and it says the same thing: ( A page or script is accessing at least one of navigator.userAgent , navigator.appVersion , and navigator.platform . In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent , navigator.appVersion , and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData .
Note that for performance reasons, only the first access to one of the properties is shown.)
so i am worried, what do i do to remove or fix this?
Hold Up!
If someone told you to copy/paste something here you have an 11/10 chance you’re being scammed.
1 Pasting anything in here could give attackers access to your Discord account.
I am jjust looking the solution to stop this and do the tips step by step, ):
The warnings about navigator.userAgent etc. are from the Chrome browser team and they are intended for the developers of the websites that you are visiting. I don’t think there’s much you can do about them and I doubt they are causing any issues at the moment. Most likely the website developers will eventually address the warnings on their end.
The warnings about copy/paste, now those you should take seriously! Those warnings are from the website developers and they are saying please don’t copy/paste text from/to the console window if someone asks you to, because anyone who asks is most likely a scammer who is trying to get your Roblox etc. session cookie so that they can impersonate you and steal all of your precious Robux. So keep your console window to yourself! That goes for anything from the browser dev tools; don’t send anything from there to a person you don’t know or trust. And don’t have the dev tools open while screensharing.