合法解析浏览器历史记录
我想创建一项服务,根据人们访问过的网站提供建议。这将是一个用户可控的过程。换句话说,该服务将从用户浏览历史记录中开始“记录/建议”,仅告诉该服务启动(和停止)。
我不是在寻找黑客或潜在的非法方法。从技术上讲,这可以用 Javascript 作为(比如)小书签之类的东西吗?或者它是否需要具有更基本的浏览器访问权限的东西(例如扩展程序)?
预先感谢您的任何指导。
I want to create a service that suggests things based on the sites one has visited. It would be a user controllable process. In other words, the service would start "recording / suggesting" from the users browsing history only tell the service to start (and stop).
I'm not looking for hacks or potentially illegal methods. Technically would this be possible with Javascript as (say) something like a bookmarklet? Or would it need something with more fundamental browser access like an extension?
Thanks in advance for any guidance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一个扩展来访问这么多数据,并且必须针对每个浏览器进行自定义。
You would need an extension to get access to this much data and it'll have to be custom for each browser.