You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GM_cookie.list API is OK, but when I try to invoke GM_cookie.set and GM_cookie.delete APIs, they are not functioning. Can you help me? The tampermonkey document
Example:
The design principle is given in #115. Please offer a whole script so that I may explain in more details.
Install the test script, then opening any webpage and it will display test buttons.
Here is a desktop edge Tampermonkey BETA invoke GM_cookie successfully screenshot.
ChromeXt script screenshot in the android via browser
The problem was mainly that your script missed the domain parameter, which is now required by Chromium browsers.
Now this is fixed, as I add the default domain paremeter.
The problem was mainly that your script missed the domain parameter, which is now required by Chromium browsers. Now this is fixed, as I add the default domain paremeter.
The GM_cookie.list API is OK, but when I try to invoke GM_cookie.set and GM_cookie.delete APIs, they are not functioning. Can you help me?
The tampermonkey document
Example:
The text was updated successfully, but these errors were encountered: