Add direct links to the picture and the page link to the Google Image Search results.
< 脚本 Google Images direct links 的反馈
or instead of arrow '↗️' link icon '🔗'
line 92: $(tp).append("<div class='linkToTarget'><a class='linkToTargetLink' href='" + piclink + "'>🔗</a></div>");
@Szerk said: I would make following changes. change '+' character (I think it's a bit non-informative) to emoji arrow '↗️' and use !important on text-decoration: none because it didn't hide underline for me.
line 97: $(urilink).html("<a style='display: block; color: #fff; text-decoration: none !important;' href='" + reflink + "'>" + urilink.innerHTML + "</a>"); line 92: $(tp).append("<div class='linkToTarget'><a class='linkToTargetLink' href='" + piclink + "'>↗️</a></div>"); line 53: text-decoration: none !important;\
Thanks for a great script!
New version for Google's new messed up version (>.< grrr) uses the arrow now: https://gf.qytechs.cn/en/scripts/398802-google-images-direct-links-2
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
some changes request
I would make following changes. change '+' character (I think it's a bit non-informative) to emoji arrow '↗️' and use !important on text-decoration: none because it didn't hide underline for me.
Thanks for a great script!