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

IMDb Links in Netflix

Adds IMDb search links to Netflix pages






Mar 19, 2007
Tim Wilson Scriptwright

A friend of mine downloaded this, and couldn't get it to work. I took a look at it and got it to work. Here are the changes I made:

1. Remove the getTextContent() function. It isn't used.

2. Replace the insertIMDbLinks() function with the following:

function insertIMDbLinks() {
var title = getMovieTitle();

var details = document.getElementById('details');
details.parentNode.appendChild(makeIMDbLink(title));
}

 
Sep 22, 2006
Marvin User

Doesn't work. I tried it and still doesn't work. All of this author's releases I have tried from his site doesn't work.

 
Sep 11, 2006
studentism User

Not working, as far as I can tell.

 
Jun 14, 2006
Liz Z. User

hmmm...maybe it does work--I was looking for the links to be where the ones from the previous user script were (where did they go?).

 
Jun 14, 2006
Liz Z. User

I used to have a version of this that worked great, but since Firefox has been updated to 1.5.0.4 it doesn't work at all.

 
Dec 6, 2005
Big Al User

Worked great for me! I often flip between something in my Netflix queue and IMDB, so this script is a real convenience. Thanks!

 
Nov 7, 2005
Brand Eks User

Didn't work for me...

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