Google 即时预览不会发出 Ajax 请求!这怎么可能?

发布于 2024-10-01 21:21:13 字数 137 浏览 0 评论 0原文

谷歌中的这个新功能称为谷歌即时预览(您单击放大镜),它显示页面的快照,不会产生任何ajax请求或就firebug而言可以看到的那样。这怎么可能?是否有另一种神奇的方法可以在不使用 XMLHttpRequest 的情况下检索内容(ActiveX 适合速度慢的人)

This new feature in google called google instant preview (where you click the magnifying glass) that shows a snapshot of the page doesn't produce any ajax request or such as far as firebug can see. How is that possible? Is there another magic way of retrieving content without using an XMLHttpRequest (ActiveX for for the slow people)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

懒的傷心 2024-10-08 21:21:13

收集页面的机器人有一个“Google Web Preview”用户代理。您可以提供一个在用户代理访问时不显示弹出窗口的版本。

The robot which collects the page has a "Google Web Preview" user agent. You could serve a version which doesn't show the popup when that user agent visits.

羁客 2024-10-08 21:21:13

我在 Firebug 中看到大量对 http://clients1.google.com/webpagethumbnail 的 Ajax 调用。您是否正确启用了网络面板?

I'm seeing numerous Ajax calls to http://clients1.google.com/webpagethumbnail in Firebug. Do you have the net panel properly enabled?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文