Greasy Fork is available in English.

Google Images direct links

Add direct links to the picture and the page link to the Google Image Search results.

< Rückmeldungen aufGoogle Images direct links

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 07.06.2018
Bearbeitet: 07.06.2018

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.

  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 + "'>&#x2197;&#xFE0F;</a></div>");
  line 53:          text-decoration: none !important;\

Thanks for a great script!

§
Veröffentlicht: 07.06.2018
Bearbeitet: 07.06.2018

or instead of arrow '↗️' link icon '🔗'

    line 92:      $(tp).append("<div class='linkToTarget'><a class='linkToTargetLink' href='" + piclink + "'>&#x1F517;</a></div>");
Benjamin PhilippVerfasser
§
Veröffentlicht: 27.03.2020

@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 + "'>&#x2197;&#xFE0F;</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

Antwort schreiben

Anmelden um eine Antwort zu senden.