简体   繁体   English

我可以打开 cookies 文件并查看该文件中的内容吗?

[英]Can i open the cookies file and see what's in that file?

I found a cookies file in the location "C:\Users\Agnivesh\AppData\Local\Google\Chrome\User Data\Default".我在“C:\Users\Agnivesh\AppData\Local\Google\Chrome\User Data\Default”位置找到了一个 cookies 文件。
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?有没有办法打开并查看该文件的内容?

The most straight forward way to examine them is to open your developer window as you browse like below 检查它们的最直接的方法是在浏览时如下所示打开开发人员窗口

Click F12-> then follow the tabs 单击F12->然后遵循选项卡

在此处输入图片说明

Checked with Microsoft Edge: It's an sqlite file, which can be opened easily.用 Microsoft Edge 检查:这是一个 sqlite 文件,可以轻松打开。 eg this link: https://inloop.github.io/sqlite-viewer/ Enjoy, This will allow you to check out all of your cookies.例如这个链接: https://inloop.github.io/sqlite-viewer/享受,这将允许你检查你所有的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")不只是特定网站上的那些,(通过尝试使用 vs 代码打开,在文件“SQLite 格式 3”的顶部发现了这一点)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 可以做些什么来集中在 iframe 中打开的 .mht 文件? 我究竟做错了什么? - What can be done to focus the .mht file to open in iframe? What am I doing wrong? jsTree如何打开文件? - jsTree how can I open file? 如何在网站上观看 cookies 以了解它们是如何设置的? - How can I watch cookies on a website to see how they're set? 如何通过 package.json 脚本使用默认程序打开文件 - How can I open a file with it's default program via a package.json script 当 firebase 函数在另一个文件中时,如何保持它打开 - How can I keep a firebase function open when it's in another file 这条路怎么了? 错误:“ENOENT:没有这样的文件或目录,打开 - What's up with this path? Error: "ENOENT: no such file or directory, open 看不到我在画什么,但我可以检查控制台以查看它是否正常工作,它也会上传到数据库 - Can't see what I am drawing, but I can check console to see it's working, also it uploads to database 将文件上传到网站时,网站是否可以查看其上传的文件路径? - When a file is uploaded to a website, can the website see the file path it's uploaded from? 我的 javascript 文件不会链接到我的 index.html 文件,我看不出有什么问题。 它有什么问题? - my javascript file will not link to my index.html file and i see nothing wrong with it. What is wrong with it? 我在检查器中看到一个空白页面和此消息“此文件是一个模板,如果您在浏览器中直接打开它,您将看到一个空白页面。” - I see an empty page and this message in inspector " This file is a template and if you open it directy in the browser you will see an empty page."
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM