browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
204 stars 41 forks source link

Edge support more platform #59

Closed kalifun closed 3 months ago

kalifun commented 1 year ago

Currently cookies are stored in the same way as the Chrome browser stores them.

so, reuse chrome's code

Platform:

zellyn commented 10 months ago

This seems to make changes to Safari code too?

[Edit] I think that was changes from another PR? Could you rebase this?

kalifun commented 10 months ago

This seems to make changes to Safari code too?

[Edit] I think that was changes from another PR? Could you rebase this?

Sorry, because Safari has been modified in other projects. So this part of the code is included in my code.

kalifun commented 10 months ago

This seems to make changes to Safari code too?

[Edit] I think that was changes from another PR? Could you rebase this?

Hello, I have completed the base change. Can you help me see if there is any problem? @zellyn

srlehn commented 3 months ago

Finally merged via #75

Thanks a lot for the contribution!