today i just found the window.alert in my page doesn’t work anymore. It stopped working after i used a “prompt” command in the macro. The error shown as below:
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
- A page or script is accessing at least one of
navigator.userAgent
,navigator.appVersion
, andnavigator.platform
. Starting in Chrome 101, 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.
-
AFFECTED RESOURCES
-
1 source
1. content_script.js:1
Any clues? thanks a lot
update the bug is with the storevalue command, please refer to the comment below