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

Google Images in IMDb

Adds Google Images search links to IMDb pages. Ripped from TPB code, ripped from Netflix code.





1 point
login to vote
Quivis user
Posted Aug 3, 2008

For those who, like me, don't like certain sites, there is a simple way to add filtering to this script.

In the function "function makeGoogleImageLink(actorName)" under the line "var newLink = document.createElement("a");" add the following:

var myfilter = "+-site:.bebo.com"

and then add "myfilter" to the end of the following line, like so:

newLink.setAttribute("href", "http://images.google.com/images?q=" + "\"" + actorName + "\"" + myfilter);

You need to add a + and a - and then what you don't want for each of the sites you don't want hits from, as per my example.

Note that I have also added quotes around the actor name, you get less junk that way.

Have fun filtering junk out! :-)

1 point
login to vote
jaffigre user
Posted Feb 20, 2008

Did not work for me until I changed line
var actor = heading.firstChild.firstChild.nodeValue;

to

var actor = heading.firstChild.nodeValue;

1 point
login to vote
az1d user
Posted Jul 4, 2007

I've been happy with Michael's image version of this script for over a year now. Thank you both.

1 point
login to vote
Arteekay user
Posted Sep 24, 2006

Great work, Stefan and Michael. I brought the target attribute back and changed it to "_blank" from "tpb". Didn't like losing my place on the IMDB.

1 point
login to vote
Posted Dec 13, 2005

Cool idea! So many times I'm investigating an actor on IMDb and they don't have a head shot. If you're interested Stefan, I've modified your script slightly to show a little Google icon instead of the [I] link (which I missed the first few times and could be Sean Anderson's problem too)... http://www.mrated.com/data/googleimagesinimdb.u...

1 point
login to vote
Arteekay user
Posted Sep 29, 2005

Working under GM 0.6.2 and firefox 1.5 current nightly. Nice script!

1 point
login to vote
Stefan Bernd... script's author
Posted Sep 15, 2005

What version of GM? I've only used it in 5.x and FF/1.0.6, and it puts a [I] as a link after each actor link.

1 point
login to vote
Posted Sep 13, 2005

It's not doing anything for me. It've tried it for movie titles and also for several actors.

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