浏览器cookie的导入及导出

ZephyrXT 发布于 阅读:49

—————— Internet Explorer ——————

内建自带:使用 文件 - 导入及导出 功能


—————— Google Chrome ——————

需安装第三方插件:

1.cookiestxt:https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg

2.editthiscookie :https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg


—————— 其他 ——————

Firefox and Safari
Neither of these browsers has a default cookie-export program. For Firefox, download the "Export Cookies" add-on. For Safari, you need the "Safari Cookies Utility." For both browsers, you must also download the "WGET" application to transfer cookies to the browser on your new computer.

Manually Copy
All browsers save their cookies in a file, although these files have different extensions. Find your browser's cookies file by searching for "cookie" in your hard drive's search field. Email the file or save it to a USB drive, then transfer it to the same file location on your new computer. This transfers all the cookies, not just your Gmail login information, but it doesn't require you to download any add-ons.


—————— 打开浏览chrome的cookie文件 ——————

C:\Users\文件名\AppData\Local\Google\Chrome\User Data\Default\Cookies

采用SQLLite存储数据,使用SQLite Database Browser打开,官网:http://sqlitebrowser.org/


—————— 下载技巧 ——————

wget 带cookie下载:

此方法同样适用迅雷快传
1.cookies.txt文件的制作:用Chrome的插件Export Cookies导出wget用的cookie。导出来的文件是cookies.txt
https://chrome.google.com/webstore/detail/cookietxt-export/lopabhfecdfhgogdbojmaicoicjekelh
2,使用以下命令下载
wget -c -load-cookies=cookies.txt "下载地址" -O "文件名" &
示例
wget -c -load-cookies=cookies.txt "http://www.baidupcs.com/file/4288d05951bab5832bbbe344f56ec246?fid=2063812122-250528-4139685115&time=1357401442&sign=FDTA-DCb740ccc5511e5e8fedcff06b081203-bP%2BDyzfEqv5tKVelYXLGKfhSPVY%3D&expires=8h&sh=1&response-cache-control=private" -O "pic.zip" &


—————— 清理cookie文件 ——————

How to Clear Your Browser's Cookies
https://bbs.zephyrxt.com/thread-17647-1-1.html


参考:

Can I Copy Gmail Login Cookies From One Computer to Another?
https://bbs.zephyrxt.com/thread-17646-1-1.html
How to Read The Google Chrome Cookies File on a Mac

https://bbs.zephyrxt.com/thread-17645-1-1.html

How do I transfer / copy cookies from one browser to another or same browser
https://bbs.zephyrxt.com/thread-17644-1-1.html

wget下载百度网盘文件
https://bbs.zephyrxt.com/thread-17643-1-1.html

linux下用迅雷离线

https://bbs.zephyrxt.com/thread-17642-1-1.html