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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: XFrame – Create your own multisearch page

10 点作者 1xdevloper超过 2 年前

2 条评论

warpech超过 2 年前
Nice to see new tooling around multi&#x2F;meta searching. It is a great idea to implement it as an extension, because that way you act as the current user while protecting their privacy.<p>Is this inspired by Swurl (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33251954" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33251954</a>)?<p>(Edited for clarity)
评论 #33532791 未加载
1xdevloper超过 2 年前
Hi HN, I made this after getting inspired by Swurl which was posted recently on Show HN. Since I visit almost the same set of websites daily for news, entertainment, and search, I figured something like this might be helpful.<p>XFrame is a website (<a href="https:&#x2F;&#x2F;xframe.app" rel="nofollow">https:&#x2F;&#x2F;xframe.app</a>) and Chrome extension combo. It lets you:<p>- embed your favorite websites on the home page<p>- do multisearch in a single page<p>Privacy:<p>- I don&#x27;t collect anything. It runs on local storage.<p>- The extension simply removes the response headers that prevent you from embedding websites in iframes.<p>- The extension&#x27;s functionality is restricted to the iframes in <a href="https:&#x2F;&#x2F;xframe.app" rel="nofollow">https:&#x2F;&#x2F;xframe.app</a>.<p>Drawbacks:<p>- Websites with login functionality may not work properly due to iframe cookie restrictions