在 Firefox 中添加书签,无需任何对话框
使用JavaScript,是否可以直接在Firefox中添加书签,而无需打开任何对话框?也就是说,我希望用户单击链接并自动创建书签,而不需要任何进一步的步骤。
Using JavaScript, is it possible to add a bookmark in Firefox directly, without opening any dialog box? That is, I want the user clic on a link and that the bookmark is automatically created, without the need to any further step.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
幸运的是,没有。这将是一个可怕的安全漏洞。
在 Firefox 扩展 的上下文中可能会出现不同的情况,但我假设您要求的是一个普通的网页。
Fortunately, no. It would be a horrible breach of security.
Could be a different story in the context of a Firefox Extension, but I assume you are asking for a normal web page.
如果可能的话,任何可能的网站都能够创建任何类型的书签,而用户甚至不会注意到。
作为用户,我当然希望这是不可能的 ^^
(并且,作为开发人员,我认为不可能)
If it was possible, any possible website would be able to create any kind bookmark, without the user even noticing.
As a user, I certainly hope this is not possible ^^
(And, as a developper, I don't think it is)