浏览器书签 - 如何跟踪浏览器历史记录?
有许多新服务一旦安装,就会跟踪您的浏览器历史记录。例如,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.