ReneBox8
Lurker
- Joined
- Mar 12, 2022
- Posts
- 380
- Reaction score
- 0
willowbranch
I tested b06 with an existing GoFile cookie. The downloads worked correctly and no warm-up tab opened.
The console did show this after the downloads finished:
Failed to restore original accountToken cookie: Failed to parse or set cookie named "accountToken".
The original GoFile guest account still appeared when I opened GoFile afterward, but I think GoFile may have restored it from its own localStorage.
I noticed that the GM_cookie.set call used to create the temporary guest cookie includes:
but the GM_cookie.set call used to restore the original cookie does not. Since Chrome required the URL for the first set call, it may also be required for the restore call.
I tested b06 with an existing GoFile cookie. The downloads worked correctly and no warm-up tab opened.
The console did show this after the downloads finished:
Failed to restore original accountToken cookie: Failed to parse or set cookie named "accountToken".
The original GoFile guest account still appeared when I opened GoFile afterward, but I think GoFile may have restored it from its own localStorage.
I noticed that the GM_cookie.set call used to create the temporary guest cookie includes:
url: 'https://gofile.io/'but the GM_cookie.set call used to restore the original cookie does not. Since Chrome required the URL for the first set call, it may also be required for the restore call.
