小书签标题
我想编写一个书签,当它被拖到书签栏时会有一个标题。我有我想要使用的书签,但默认情况下它没有标题。
我觉得可能有一种方法可以添加标题属性。有什么想法吗?
I want to write a bookmarklet that will have a title when it's dragged to the bookmarks bar. I have the bookmarklet that I want working, but it doesn't have a title by default.
I feel like there's probably a way to add a title property. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是
Alert Bla
当拖到栏上时应创建标题“Alert Bla”
但是请注意chrome bug
或者更改书签中的书签名称特性
You mean
<a href="javascript:alert('bla')">Alert Bla</a>
which should create the title "Alert Bla" when dragged onto the bar
However please note the chrome bug
Alternatively change the name of the bookmark in the book mark properties