书签 javascript 在 Chrome 中工作,但在 Firefox 或 Safari 中不工作

发布于 2024-11-15 03:25:21 字数 755 浏览 2 评论 0 原文

我想为 flickr 使用这个小书签,我的代码是这样的

javascript:prompt('Copy the BBcode below','<div class="img-link"><a href="'+location.href+'">'+document.evaluate('//h1[@class="photo-title"]',document,null,XPathResult.STRING_TYPE,null).stringValue+'</a>')

所以在 Chrome 中,当我在 Flickr 的页面上时(例如这个 http://www.flickr.com/photos/zapeipaa/4876022306/in/photostream/ ),我单击书签并收到带有代码的提示

<div class="img-link"><a href="http://www.flickr.com/photos/zapeipaa/4876022306/in/photostream/">Peace Memorial Park</a>

但是在 Firefox 和 Safari 中照片标题(在本例中为“和平纪念公园”)被完全省略。

有没有办法解决并让它至少在 Safari 中工作?

I want to use this bookmarklet for flickr, the code I have is this

javascript:prompt('Copy the BBcode below','<div class="img-link"><a href="'+location.href+'">'+document.evaluate('//h1[@class="photo-title"]',document,null,XPathResult.STRING_TYPE,null).stringValue+'</a>')

So in Chrome, when I am at a page at Flickr (e.g this http://www.flickr.com/photos/zapeipaa/4876022306/in/photostream/ ), I click the bookmarklet and get the prompt with the code

<div class="img-link"><a href="http://www.flickr.com/photos/zapeipaa/4876022306/in/photostream/">Peace Memorial Park</a>

However in both Firefox and Safari the photo-title (in this case "Peace Memorial Park") is left out completely.

Is there a way to work around and get it to work in Safari at least?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文