浏览器书签 - 如何跟踪浏览器历史记录?

发布于 2024-10-20 22:09:15 字数 77 浏览 3 评论 0原文

有许多新服务一旦安装,就会跟踪您的浏览器历史记录。例如,Like.fm 会跟踪您听过的所有歌曲。

这有多难?它是如何完成的?

There's a bunch of new services that, once installed, track your browser history. Like.fm, for instance, tracks all the songs you listen to.

How hard is this? How is it done?

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

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

发布评论

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

评论(1

美人骨 2024-10-27 22:09:15

Bookmarlet 只是您可以在当前页面上执行的 JavaScript 代码片段,一旦您离开此页面,它就会消失,然后您需要再次运行它。

您可以使用bookmarklet将当前页面信息存储到cookie中,当用户转到另一个页面并再次运行bookmarklet时,您可以获取cookie中存储的信息。

这就是小书签的工作原理。希望有帮助。

Bookmarlet is only the snippet Javascrip code which you can execute on current page, once you leave this page, it will got away, then you need to run it again.

You can use bookmarklet to store current page information to cookie, when user goto another page and run the bookmarklet again, you can get the information stored in cookie.

That's about how bookmarklet works. hope it helps.

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