Add direct links to the picture and the page link to the Google Image Search results.
< Feedback op 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://greasyfork.org/en/scripts/398802-google-images-direct-links-2
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!