Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

YouTubeImageLink

Turns embedded YouTube videos into clickable images that link to the YouTube video page.

If you are a Linux or FreeBSD user and you have problems with or don't want to use the Adobe flash plugin, you can use this script and my YouTotem script for flash free YouTube access.

Note: You may want to add to following filter to Adblock Plus:

http://*youtube.*/v/*




Oct 26, 2007
Solomon Taibi User

I make a slight change to do 2 things.
1) Open link as "new"
2) Add title to link to make its nature apparent.

Feel free to appropriate it for your official version if you like..

if(z) {
		img[j] = document.createElement("div");
		img[j].innerHTML =
			'<strong>YouTube Video</strong><br />' +
			'<a href="http://www.youtube.com/watch?v=' + z[1] +
			'" target="new" title="YouTubeImageLink">' + 
			'<img src="http://img.youtube.com/vi/' + z[1] +
			'/default.jpg" width="300" height="225"' +
  			'></a>';
		obj[i].innerHTML = "";
		ele[j++] = obj[i];
	}

 
Oct 4, 2007
Jake Kasprzak Scriptwright

I should note that I have also found this script useful, and I would like to thank you for writing it. I referred to its code as I wrote one that is partially based on it. And this script, which adds a link to the YouTube page for the video below the embedded video, can be found here: http://userscripts.org/scripts/show/12673

 
Sep 13, 2007
moryabdi Scriptwright

i just remove www from your script
thanks for this usfule script
edited script is here
http://userscripts.org/scripts/show/12213
with your name and link to this page... ;)
thanks again...

You could comment on this script if you were logged in.