TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Incognito mode but with a password-protected permanent session

1 点作者 eremzeit将近 9 年前
Incognito mode was a huge leap forward in browsing concepts because, lets face it, we all have secrets. But I&#x27;ve noticed that I have tended to never get involved in communities that I personally believe in but don&#x27;t want in my browsing history. It all boils down to the inconvenience of logging in manually each time I want to use the site in incognito mode.<p>Are there any browsers or browser addons that support something like incognito browsing but instead of the sessions being trashed after the window is closed, the session is maintained permanently but is encrypted and invisible to anyone without the password? That way, I&#x27;d just have to login once upon opening the incognito window but all of my cookies, history, and local storage would be available just like a normal browser.<p>With permanent cookies there might be more opportunities for your browsing habit data &quot;leaking&quot; via 3rd party cookies and such. But really, I always saw incognito mode as basically a way to prevent other non-experts from accidentally stumbling on your browsing later. Even with incognito mode, for serious privacy you&#x27;d need to VPN anyways.<p>If I were making such a feature, I&#x27;d call it &quot;Alter ego browsing&quot;. It might be possible with a chrome extension that has the permissions to execute in incognito, to read&#x2F;inject cookies, and to read&#x2F;write to the filesystem.

1 comment

detaro将近 9 年前
Having multiple sessions&#x2F;profiles in your browser comes pretty close, although I don&#x27;t think any support password-protecting the session by default. If you are technical, you maybe could setup shortcuts to encrypt&#x2F;decrypt the session folders while not using them? (I haven&#x27;t looked into how current browsers implement sessions, but I had something related back in the original-Opera days)