emacs-eaf / eaf-browser

A modern, customizable and extensible browser in Emacs
GNU General Public License v3.0
129 stars 26 forks source link

feat: add a feature to import cookies from Chrome automatically. #65

Closed ginqi7 closed 1 year ago

ginqi7 commented 1 year ago

Add a feature to import cookies from Chrome.

You can set eaf-browser-auto-import-chrome-cookies to t, and the EAF browser will automatically import cookies from Chrome.

You don't need to login separately in Chrome and EAF browser.

manateelazycat commented 1 year ago

这个默认就导入,cookie多了不会卡吗?

ginqi7 commented 1 year ago

eaf-browser-auto-import-chrome-cookies 默认是 nil,设置会 t 自动导入。

每次只导入当前访问的域名的 cookies,一个域名下的cookies数量还是可控的。

manateelazycat commented 1 year ago

明白, 感谢补丁!