IMDb More Photos

By Brent Charbonneau Last update Apr 30, 2010 — Installed 2,743 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
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! :)

 
Hosup Chung Scriptwright

Nice..

 
Szaki Scriptwright

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

(Latest everything.)

 
Szaki Scriptwright

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

 
Brent Charbo... Script's Author

Fixed now, try out the latest version. :)

 
Brent Charbo... Script's Author

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

 
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).

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel