admin管理员组文章数量:1395264
I found a cookies file in the location "C:\Users\Agnivesh\AppData\Local\Google\Chrome\User Data\Default".
I'm a little curious about the data in it.
I only see unformatted text when I opened the file in notepad.
Is there a way to open and see the contents of that file?
I found a cookies file in the location "C:\Users\Agnivesh\AppData\Local\Google\Chrome\User Data\Default".
I'm a little curious about the data in it.
I only see unformatted text when I opened the file in notepad.
Is there a way to open and see the contents of that file?
Share Improve this question edited Dec 1, 2016 at 18:53 purgatory101 6,7901 gold badge22 silver badges21 bronze badges asked Dec 1, 2016 at 18:50 Agnivesh ReddyAgnivesh Reddy 751 gold badge3 silver badges10 bronze badges 2- The cookies files are just plain text, but the text is most likely encoded to preserve file size and prevent it from being easily read. You will most likely not be able to de-obfuscate it. – Scott Marcus Commented Dec 1, 2016 at 18:51
- Why not just look at them in the browser settings? – Dave Newton Commented Dec 1, 2016 at 18:52
2 Answers
Reset to default 2The most straight forward way to examine them is to open your developer window as you browse like below
Click F12-> then follow the tabs
Checked with Microsoft Edge: It's an sqlite file, which can be opened easily. e.g this link: https://inloop.github.io/sqlite-viewer/ Enjoy! This will allow you to check out all of your cookies, not just the ones on specific websites. (Found this out by trying to open with vs code, on the top of the file "SQLite format 3")
本文标签: javascriptCan i open the cookies file and see what39s in that fileStack Overflow
版权声明:本文标题:javascript - Can i open the cookies file and see what's in that file? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744722832a2621797.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论