IMDB "Where Have I Seen" tool

By Shreevatsa R Last update Sep 25, 2010 — Installed 2,084 times.

Script Summary: Shows you what roles actors have had in movies you've seen. Requires Firefox 3.5 or later. Also seems to work in Google Chrome.



Version: 1.5

Script homepage

Thumb Thumb Thumb Thumb


The September 2010 redesign of IMDb broke this script. It may be a
while before I fix this the right way. In the meantime, if you want
to use this script, you can tell IMDb to use the old version: see
http://www.imdb.com/help/show_leaf?redesignoldd...
and then install this version, which is a temporary fix that I hope will work.

If you install this version, it will notify you when an update is available.

Requires Firefox 3.5 or later. (Also seems to work in Google Chrome.)
  1. Keep track of movies you've seen, by clicking on [+] next to them.
    These movies are highlighted wherever links to them occur on IMDb.
  2. When looking at a cast listing, click "..." next to an actor
    to see which other movies you've seen that actor in. Click
    on "Where have I seen these actors?" to see this for all.

If this doesn't work, use the Userscripts.org discussion at
http://userscripts.org/scripts/discuss/32442, or leave a comment at
http://shreevatsa.wordpress.com/2008/08/09/wher...

Notes
=====

* This script keeps track of the seen movies in its own table (an
about:config preference), not online on IMDb. It's a good idea to
backup the list occasionally: Click on "Show seen movies" in "User
script commands", hit Ctrl-A, Ctrl-C, Enter/Return, and copy text.
If you know how to make it save to IMDB's "My movies" or somewhere
online, any code contributed will be appreciated.

* For each cast listing, it actually visits each actor's page to
find all his/her movies. Not only can this be slow if you're on a
slow connection, it might also be considered too much strain on
IMDb's servers. Use with discretion.

Changelog:

2010-09-24 v1.5 Temporary fix for IMDb overhaul, add usocheck auto-update

2009-12-30 v1.4 Update description, newlines in whis, improve remove-after-add

2009-12-21 v1.3 Switch to "own" JSON @require library, mention Firefox 3.5

2009-10-13 v1.2 Send one request per second, allow fetching just one actor

2009-08-24 v1.1.1 Change @include to work on all of IMDb

2009-08-24 v1.1 Show only one line per movie, not all the 'aka's.

2009-08-02 v1.0 Make it fetch information only when asked.

2008-08-28 v0.6 Script didn't work for new users; fixed now

2008-08-26 v0.2 Removed cruft, switched to external "wget" library

2008-08-25 v0.1 First upload