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).
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
|
|
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 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! :) |
|
|
Nice.. |
|
|
Err... "Error loading page (no results found)."! (Latest everything.) |
|
|
That's an amazingly cool idea!
|
|
|
Fixed now, try out the latest version. :) |
|
|
Hmm, yes, it's doing this for me now too. |
|
|
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.
