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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Searchall – search all major indexes on one page (with iframes)

3 点作者 lhmiles超过 3 年前

2 条评论

lhmiles超过 3 年前
Try out some queries from your browser history and see if anything beats google. Other engines are more likely to beat google for queries that google has failed at.<p>Majority of engines were found at below link. Surprisingly many engines use the same indices, for example duckduckgo is mostly just privacy-protected bing. Big thanks to Rohan Kumar.<p><a href="https:&#x2F;&#x2F;seirdy.one&#x2F;2021&#x2F;03&#x2F;10&#x2F;search-engines-with-own-indexes.html" rel="nofollow">https:&#x2F;&#x2F;seirdy.one&#x2F;2021&#x2F;03&#x2F;10&#x2F;search-engines-with-own-indexe...</a><p>A proxy is needed to bypass iframe restrictions for most websites. I used this x-frame-bypass client js code [<a href="https:&#x2F;&#x2F;github.com&#x2F;niutech&#x2F;x-frame-bypass" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;niutech&#x2F;x-frame-bypass</a>] which (previously?) used proxy.megatunger.com . That free proxy could be recording your queries, who knows, so use caution.<p>If (when actually) that proxy goes down I think I&#x27;ll set up something like CORSflare to have a more reliable and trustworthy alternative. [<a href="https:&#x2F;&#x2F;github.com&#x2F;Darkseal&#x2F;CORSflare" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Darkseal&#x2F;CORSflare</a>]<p>I hacked this together over about one workday in total so it&#x27;s likely to have significant issues. You can comment them here or (preferably) file an issue on the repo: [<a href="https:&#x2F;&#x2F;github.com&#x2F;qpwo&#x2F;searchall&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;qpwo&#x2F;searchall&#x2F;</a>]<p>There&#x27;s also a demo video on the repo if the site goes down but you wanted to see how it looks. Feel free to file feature requests on the repo as well. If you&#x27;d rather copy it and make your own version then that&#x27;s fine too.<p>I&#x27;ll try to reply to all comments here.
评论 #29605162 未加载
phgn超过 3 年前
Interesting idea! It&#x27;s somewhat hard to come up with good search queries on the spot, but I will try this out the next time I&#x27;m dissatisfied with Google Search (which happens often).
评论 #29743930 未加载