Closed piquark6046 closed 2 weeks ago
AdGuard for Windows 7.18.1
No response
Windows 11
Steps to reproduce:
Getting a value from the userscript manager's storage is successful.
Getting a value from the userscript manager's storage fails with Access to function "GM_getValue" is not allowed in DevTool console tab.
Access to function "GM_getValue" is not allowed
@piquark6046 Hi! As a workaround, you can change the dots in your @grants to underscores, for example: GM.getValue to GM_getValue. We'll handle this automatically in the future.
@grant
GM.getValue
GM_getValue
Please answer the following questions for yourself before submitting an issue
AdGuard version
AdGuard for Windows 7.18.1
Browser version
No response
OS version
Windows 11
Issue Details
Steps to reproduce:
Expected Behavior
Getting a value from the userscript manager's storage is successful.
Actual Behavior
Getting a value from the userscript manager's storage fails with
Access to function "GM_getValue" is not allowed
in DevTool console tab.Screenshots
No response
Additional Information
No response