kooky icon indicating copy to clipboard operation
kooky copied to clipboard

Go code to read cookies from browser cookie stores.

Results 26 kooky issues
Sort by recently updated
recently updated
newest added

I noticed 2 errors that my last PR introduced: - fix package name after chromium package split off - opera package ignored filters for old presto cookies

When testing I could not find my cookie from Firefox. It might be due to the Multi-account container plugin. However I was testing without a container tab. It did work...

I use multiple profiles in Edge for work. I seem to be unable to fetch cookies from my none default work profile. Is this possible with this package?

Attempting to run the example safari script https://github.com/zellyn/kooky#safari on Big Sur. Getting this error: ``` 2020/11/19 11:46:05 open /Users/eric/Library/Cookies/Cookies.binarycookies: operation not permitted ``` Even as sudo doesn't work, also tried...

I noticed that some packages with very low stars have been included. I think this repository should prioritize security.

question

When I was trying to read cookies from Safari, I got stuck. After searching, I found that the cookie file is different which is in `~/Library/Containers/com.apple.Safari/Data/Library/Cookies`. I have fixed this...

Looks like there was a lot of new functionality added that allows me refactor some existing code (cookie jars) for some of my projects. I would assume these changes are...

Finding cookies via chrome was working but once I switched to firefox it no longer works. The sites i'm reading cookies for will set these cookies at a sub-domain like...

bug
firefox

Currently cookies are stored in the same way as the Chrome browser stores them. so, reuse chrome's code Platform: - [x] Mac - [x] Win