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

IMDb More Photos

Adds a button to actor pages that opens an inline window with more photos of the actor (from Google Images).

Screenshot
View a larger screenshot.

Description

Adds a button to actor pages that opens an inline window with more photos of the actor (from Google Images).

Latest Version: 0.2.2

ChangeLog:

v0.2.2 (2008-05-13)
  • Minor update to work with Firefox 3 beta 5
v0.2.1 (2007-10-09)
  • Updated to handle a code change on google's side. Using Szaki's change below now, so it should work for more regions. Thanks Szaki!
v0.2 (2007-08-16)
  • Updated to handle a code change on google's side
v0.1 (2007-07-20)
  • Initial Release



Aug 17, 2007
Szaki Scriptwright

Hehe. I found the problem in my case...

The google response format is differs in my region(?):

 
<div class="c1"><a href="..."><img class="c2" src="..." width="79" height="115" alt="kép"/></a>
<br/><a accesskey="3" href="...">3</a> sbbelmon.jpg - <span class="c3">..</span>
</div>

There is no "blueb" class img nodes, what the Script is looking for.

It's maybe occurs because of somekind Hungarian Google fromat. (See "kép" etc.)

In the code i changed the line

 
results = document.evaluate('//myns:img[@class="blueb"]/../..', xmlDoc, ...

to

 
results = document.evaluate('//myns:a/myns:img/../..', xmlDoc, ...

and everything works fine! :D

(First I used '//myns:img[@class="c2"]/../..'. It worked, but just here... ;) )

Hm. I see GM first time on yesterday. Good development isn't it? ;)

If you change that code in the "official version", then I will really happy to contributing in this cool project! :)

 
Aug 17, 2007
Hosup Chung Scriptwright

Nice..

 
Aug 16, 2007
Szaki Scriptwright

Err... "Error loading page (no results found)."!

(Latest everything.)

 
Aug 16, 2007
Szaki Scriptwright

That's an amazingly cool idea!
How mutch I want to see "who's this guy?" :)

 
Aug 16, 2007
Brent Charbo... Script's author

Fixed now, try out the latest version. :)

 
Aug 16, 2007
Brent Charbo... Script's author

Hmm, yes, it's doing this for me now too.

 
Aug 10, 2007
DemoN User

I like the idea but unfortunately doesnt work for me :(

Using FF 2.0.0.6 and latest GM.

The link is embedded within the page and I get an inline window when clicking however all the window contains is:

Error loading page (no results found).Error loading page (no results found).Error loading page (no results found).Error loading page (no results found).

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