书签图片问题
我正在尝试将书签设置为
IF(url 以 .jpg || .png || .jpeg 结尾) 做某事(网址)
ELSE 将鼠标悬停在任何图像上,在其上放置 50% 不透明度的红色覆盖物。并且 onclick Something(this.src)
Catch,它周围可能已经有一个链接:
I'm trying to make bookmarklet to
IF(url ends in .jpg || .png || .jpeg)
dosomething(the url)
ELSE
onhover of any image, put a 50% opacity red cover over it. And onclick something(this.src)
Catch, there might be a link already around it:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“javscript:”创建小书签。例如,下面是使用 Google 书签为页面添加书签的小书签代码:
我认为“window.location.href”将为您提供该页面的 URL。暂时不知道不透明度
Use "javscript:" to create a bookmarklet. For example, here is the bookmarklet code to bookmark a page using Google Bookmarks:
I think "window.location.href" will give you the URL of the page. Don't know about the opacity offhand